Html Css Color HEX #254266 Catalina Blue

📋 copy color: '#254266'

red 37 ◦ green 66 ◦ blue 102

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

Shades of Catalina Blue #254266

Tints of Catalina Blue #254266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.2%

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

R = 18.05%
G = 32.2%
B = 49.76%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#254266 (or 0x254266) is known color: Catalina Blue. HEX triplet: 25, 42 and 66. RGB value is (37,66,102). Sum of RGB (Red+Green+Blue) = 37+66+102=205 (27% of max value = 765). Red value is 37 (14.84% from 255 or 18.05% from 205); Green value is 66 (26.17% from 255 or 32.20% from 205); Blue value is 102 (40.23% from 255 or 49.76% from 205); Max value from RGB is 102 - color contains mainly: blue. Hex color #254266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254266 is #DABD99. Grayscale: #3D3D3D. Windows color (decimal): -14335386 or 6701605. OLE color: 6701605.

HSL color Cylindrical-coordinate representation of color #254266: hue angle of 213.23º 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 #254266 is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 37 66 102 -
CMYK 0.64 0.35 0 0.6
HSL 213.23º 0.47% 0.27% -
HSV(B) 213.23º 0.64% 0.4% -
XYZ 5.11 5.25 13.31 -
YUV 61.43 150.89 110.57 -
System Red Green Blue C M Y K H S L
Decimal 37 66 102 0.64 0.35 0 0.6 213.23 0.47 0.27
Hex 25 42 66 40 23 0 3C D5 2F 1B
Octal 45 102 146 100 43 0 74 325 57 33
Binary 100101 1000010 1100110 1000000 100011 0 111100 11010101 101111 11011

Color Harmonies of #254266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254266

Black with #254266

Text Example


Text Example

White with #254266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254266; }

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

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

background-color css

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

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

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

border-color css

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

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

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