Html Css Color HEX #252C78 Torea Bay

📋 copy color: '#252C78'

red 37 ◦ green 44 ◦ blue 120

#252C78
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Torea Bay #252C78

Tints of Torea Bay #252C78

RGB

 RED value IS 37 (14.84% from 255) = 18.41%

 GREEN value IS 44 (17.58% from 255) = 21.89%

 BLUE value IS 120 (47.27% from 255) = 59.7%

R = 18.41%
G = 21.89%
B = 59.7%

CMYK

 C value IS 0.69

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#252C78 (or 0x252C78) is known color: Torea Bay. HEX triplet: 25, 2C and 78. RGB value is (37,44,120). Sum of RGB (Red+Green+Blue) = 37+44+120=201 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.41% from 201); Green value is 44 (17.58% from 255 or 21.89% from 201); Blue value is 120 (47.27% from 255 or 59.70% from 201); Max value from RGB is 120 - color contains mainly: blue. Hex color #252C78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #252C78 is #DAD387. Grayscale: #323232. Windows color (decimal): -14341000 or 7875621. OLE color: 7875621.

HSL color Cylindrical-coordinate representation of color #252C78: hue angle of 234.94º degrees, saturation: 0.53, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #252C78 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 37 44 120 -
CMYK 0.69 0.63 0 0.53
HSL 234.94º 0.53% 0.31% -
HSV(B) 234.94º 0.69% 0.47% -
XYZ 5.05 3.55 18.19 -
YUV 50.57 167.18 118.32 -
System Red Green Blue C M Y K H S L
Decimal 37 44 120 0.69 0.63 0 0.53 234.94 0.53 0.31
Hex 25 2C 78 45 3F 0 35 EB 35 1F
Octal 45 54 170 105 77 0 65 353 65 37
Binary 100101 101100 1111000 1000101 111111 0 110101 11101011 110101 11111

Color Harmonies of #252C78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C78

Black with #252C78

Text Example


Text Example

White with #252C78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #252C78; }

 p { color: rgb(37,44,120); }

 H1.HeaderClassName
 {
   color: #252C78;
 }
 .AnyTagClassName
 {
   color: #252C78;
 }
</style>

background-color css

<style>
 a { background-color: #252C78; }

 a { background-color: rgb(37,44,120); }

 div.DivClassName
 {
   background-color: #252C78;
 }
 .BgClassName
 {
   background-color: #252C78;
 }
</style>

border-color css

<style>
 span { border-color: #252C78; }

 span { border-color: rgb(37,44,120); }

 td.TdClassName
 {
   border-color: #252C78;
 }
 .TagClassName
 {
   border-color: #252C78;
 }
</style>