Html Css Color HEX #254569 Catalina Blue

📋 copy color: '#254569'

red 37 ◦ green 69 ◦ blue 105

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

Shades of Catalina Blue #254569

Tints of Catalina Blue #254569

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.7%

 BLUE value IS 105 (41.41% from 255) = 49.76%

R = 17.54%
G = 32.7%
B = 49.76%

CMYK

 C value IS 0.65

 M value IS 0.34

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#254569 (or 0x254569) is known color: Catalina Blue. HEX triplet: 25, 45 and 69. RGB value is (37,69,105). Sum of RGB (Red+Green+Blue) = 37+69+105=211 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.54% from 211); Green value is 69 (27.34% from 255 or 32.70% from 211); Blue value is 105 (41.41% from 255 or 49.76% from 211); Max value from RGB is 105 - color contains mainly: blue. Hex color #254569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254569 is #DABA96. Grayscale: #3F3F3F. Windows color (decimal): -14334615 or 6898981. OLE color: 6898981.

HSL color Cylindrical-coordinate representation of color #254569: hue angle of 211.76º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #254569 is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 69 105 -
CMYK 0.65 0.34 0 0.59
HSL 211.76º 0.48% 0.28% -
HSV(B) 211.76º 0.65% 0.41% -
XYZ 5.44 5.67 14.17 -
YUV 63.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 37 69 105 0.65 0.34 0 0.59 211.76 0.48 0.28
Hex 25 45 69 41 22 0 3B D4 30 1C
Octal 45 105 151 101 42 0 73 324 60 34
Binary 100101 1000101 1101001 1000001 100010 0 111011 11010100 110000 11100

Color Harmonies of #254569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254569

Black with #254569

Text Example


Text Example

White with #254569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254569; }

 p { color: rgb(37,69,105); }

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

background-color css

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

 a { background-color: rgb(37,69,105); }

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

border-color css

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

 span { border-color: rgb(37,69,105); }

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