Html Css Color HEX #254566 Catalina Blue

📋 copy color: '#254566'

red 37 ◦ green 69 ◦ blue 102

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

Shades of Catalina Blue #254566

Tints of Catalina Blue #254566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 49.04%

R = 17.79%
G = 33.17%
B = 49.04%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#254566 (or 0x254566) is known color: Catalina Blue. HEX triplet: 25, 45 and 66. RGB value is (37,69,102). Sum of RGB (Red+Green+Blue) = 37+69+102=208 (27% of max value = 765). Red value is 37 (14.84% from 255 or 17.79% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 102 (40.23% from 255 or 49.04% from 208); Max value from RGB is 102 - color contains mainly: blue. Hex color #254566 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254566 is #DABA99. Grayscale: #3F3F3F. Windows color (decimal): -14334618 or 6702373. OLE color: 6702373.

HSL color Cylindrical-coordinate representation of color #254566: hue angle of 210.46º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #254566 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 37 69 102 -
CMYK 0.64 0.32 0 0.6
HSL 210.46º 0.47% 0.27% -
HSV(B) 210.46º 0.64% 0.4% -
XYZ 5.29 5.61 13.37 -
YUV 63.19 149.9 109.32 -
System Red Green Blue C M Y K H S L
Decimal 37 69 102 0.64 0.32 0 0.6 210.46 0.47 0.27
Hex 25 45 66 40 20 0 3C D2 2F 1B
Octal 45 105 146 100 40 0 74 322 57 33
Binary 100101 1000101 1100110 1000000 100000 0 111100 11010010 101111 11011

Color Harmonies of #254566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254566

Black with #254566

Text Example


Text Example

White with #254566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254566; }

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

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

background-color css

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

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

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

border-color css

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

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

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