Html Css Color HEX #254066 Catalina Blue

📋 copy color: '#254066'

red 37 ◦ green 64 ◦ blue 102

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

Shades of Catalina Blue #254066

Tints of Catalina Blue #254066

RGB

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

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

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

R = 18.23%
G = 31.53%
B = 50.25%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#254066 (or 0x254066) is known color: Catalina Blue. HEX triplet: 25, 40 and 66. RGB value is (37,64,102). Sum of RGB (Red+Green+Blue) = 37+64+102=203 (26% of max value = 765). Red value is 37 (14.84% from 255 or 18.23% from 203); Green value is 64 (25.39% from 255 or 31.53% from 203); Blue value is 102 (40.23% from 255 or 50.25% from 203); Max value from RGB is 102 - color contains mainly: blue. Hex color #254066 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #254066 is #DABF99. Grayscale: #3C3C3C. Windows color (decimal): -14335898 or 6701093. OLE color: 6701093.

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

Color convert

RGB 37 64 102 -
CMYK 0.64 0.37 0 0.6
HSL 215.08º 0.47% 0.27% -
HSV(B) 215.08º 0.64% 0.4% -
XYZ 4.99 5.02 13.28 -
YUV 60.26 151.55 111.41 -
System Red Green Blue C M Y K H S L
Decimal 37 64 102 0.64 0.37 0 0.6 215.08 0.47 0.27
Hex 25 40 66 40 25 0 3C D7 2F 1B
Octal 45 100 146 100 45 0 74 327 57 33
Binary 100101 1000000 1100110 1000000 100101 0 111100 11010111 101111 11011

Color Harmonies of #254066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #254066

Black with #254066

Text Example


Text Example

White with #254066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #254066; }

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

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

background-color css

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

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

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

border-color css

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

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

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