Html Css Color HEX #254464 Catalina Blue

📋 copy color: '#254464'

red 37 ◦ green 68 ◦ blue 100

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

Shades of Catalina Blue #254464

Tints of Catalina Blue #254464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 33.17%

 BLUE value IS 100 (39.45% from 255) = 48.78%

R = 18.05%
G = 33.17%
B = 48.78%

CMYK

 C value IS 0.63

 M value IS 0.32

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#254464 (or 0x254464) is known color: Catalina Blue. HEX triplet: 25, 44 and 64. RGB value is (37,68,100). Sum of RGB (Red+Green+Blue) = 37+68+100=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 100 (39.45% from 255 or 48.78% from 205); Max value from RGB is 100 - color contains mainly: blue. Hex color #254464 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254464 is #DABB9B. Grayscale: #3E3E3E. Windows color (decimal): -14334876 or 6571045. OLE color: 6571045.

HSL color Cylindrical-coordinate representation of color #254464: hue angle of 210.48º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #254464 is Cyan = 0.63, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 37 68 100 -
CMYK 0.63 0.32 0 0.61
HSL 210.48º 0.46% 0.27% -
HSV(B) 210.48º 0.63% 0.39% -
XYZ 5.13 5.45 12.84 -
YUV 62.38 149.23 109.9 -
System Red Green Blue C M Y K H S L
Decimal 37 68 100 0.63 0.32 0 0.61 210.48 0.46 0.27
Hex 25 44 64 3F 20 0 3D D2 2E 1B
Octal 45 104 144 77 40 0 75 322 56 33
Binary 100101 1000100 1100100 111111 100000 0 111101 11010010 101110 11011

Color Harmonies of #254464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254464

Black with #254464

Text Example


Text Example

White with #254464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254464; }

 p { color: rgb(37,68,100); }

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

background-color css

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

 a { background-color: rgb(37,68,100); }

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

border-color css

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

 span { border-color: rgb(37,68,100); }

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