Html Css Color HEX #254369 Catalina Blue

📋 copy color: '#254369'

red 37 ◦ green 67 ◦ blue 105

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

Shades of Catalina Blue #254369

Tints of Catalina Blue #254369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.06%

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

R = 17.7%
G = 32.06%
B = 50.24%

CMYK

 C value IS 0.65

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#254369 (or 0x254369) is known color: Catalina Blue. HEX triplet: 25, 43 and 69. RGB value is (37,67,105). Sum of RGB (Red+Green+Blue) = 37+67+105=209 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.70% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #254369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254369 is #DABC96. Grayscale: #3E3E3E. Windows color (decimal): -14335127 or 6898469. OLE color: 6898469.

HSL color Cylindrical-coordinate representation of color #254369: hue angle of 213.53º 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 #254369 is Cyan = 0.65, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 37 67 105 -
CMYK 0.65 0.36 0 0.59
HSL 213.53º 0.48% 0.28% -
HSV(B) 213.53º 0.65% 0.41% -
XYZ 5.32 5.43 14.13 -
YUV 62.36 152.06 109.91 -
System Red Green Blue C M Y K H S L
Decimal 37 67 105 0.65 0.36 0 0.59 213.53 0.48 0.28
Hex 25 43 69 41 24 0 3B D6 30 1C
Octal 45 103 151 101 44 0 73 326 60 34
Binary 100101 1000011 1101001 1000001 100100 0 111011 11010110 110000 11100

Color Harmonies of #254369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254369

Black with #254369

Text Example


Text Example

White with #254369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254369; }

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

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

background-color css

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

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

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

border-color css

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

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

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