Html Css Color HEX #252C89 Torea Bay

📋 copy color: '#252C89'

red 37 ◦ green 44 ◦ blue 137

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

Shades of Torea Bay #252C89

Tints of Torea Bay #252C89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 62.84%

R = 16.97%
G = 20.18%
B = 62.84%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#252C89 (or 0x252C89) is known color: Torea Bay. HEX triplet: 25, 2C and 89. RGB value is (37,44,137). Sum of RGB (Red+Green+Blue) = 37+44+137=218 (28% of max value = 765). Red value is 37 (14.84% from 255 or 16.97% from 218); Green value is 44 (17.58% from 255 or 20.18% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #252C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #252C89 is #DAD376. Grayscale: #343434. Windows color (decimal): -14340983 or 8989733. OLE color: 8989733.

HSL color Cylindrical-coordinate representation of color #252C89: hue angle of 235.8º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #252C89 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 37 44 137 -
CMYK 0.73 0.68 0 0.46
HSL 235.8º 0.57% 0.34% -
HSV(B) 235.8º 0.73% 0.54% -
XYZ 6.18 4 24.11 -
YUV 52.51 175.68 116.94 -
System Red Green Blue C M Y K H S L
Decimal 37 44 137 0.73 0.68 0 0.46 235.8 0.57 0.34
Hex 25 2C 89 49 44 0 2E EC 39 22
Octal 45 54 211 111 104 0 56 354 71 42
Binary 100101 101100 10001001 1001001 1000100 0 101110 11101100 111001 100010

Color Harmonies of #252C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #252C89

Black with #252C89

Text Example


Text Example

White with #252C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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