Html Css Color HEX #254060 Catalina Blue

📋 copy color: '#254060'

red 37 ◦ green 64 ◦ blue 96

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

Shades of Catalina Blue #254060

Tints of Catalina Blue #254060

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.49%

 BLUE value IS 96 (37.89% from 255) = 48.73%

R = 18.78%
G = 32.49%
B = 48.73%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#254060 (or 0x254060) is known color: Catalina Blue. HEX triplet: 25, 40 and 60. RGB value is (37,64,96). Sum of RGB (Red+Green+Blue) = 37+64+96=197 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.78% from 197); Green value is 64 (25.39% from 255 or 32.49% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #254060 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254060 is #DABF9F. Grayscale: #3B3B3B. Windows color (decimal): -14335904 or 6307877. OLE color: 6307877.

HSL color Cylindrical-coordinate representation of color #254060: hue angle of 212.54º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #254060 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 37 64 96 -
CMYK 0.61 0.33 0 0.62
HSL 212.54º 0.44% 0.26% -
HSV(B) 212.54º 0.61% 0.38% -
XYZ 4.71 4.9 11.76 -
YUV 59.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 37 64 96 0.61 0.33 0 0.62 212.54 0.44 0.26
Hex 25 40 60 3D 21 0 3E D5 2C 1A
Octal 45 100 140 75 41 0 76 325 54 32
Binary 100101 1000000 1100000 111101 100001 0 111110 11010101 101100 11010

Color Harmonies of #254060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254060

Black with #254060

Text Example


Text Example

White with #254060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254060; }

 p { color: rgb(37,64,96); }

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

background-color css

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

 a { background-color: rgb(37,64,96); }

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

border-color css

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

 span { border-color: rgb(37,64,96); }

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