Html Css Color HEX #224266 Catalina Blue

📋 copy color: '#224266'

red 34 ◦ green 66 ◦ blue 102

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

Shades of Catalina Blue #224266

Tints of Catalina Blue #224266

RGB

 RED value IS 34 (13.67% from 255) = 16.83%

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

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

R = 16.83%
G = 32.67%
B = 50.5%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#224266 (or 0x224266) is known color: Catalina Blue. HEX triplet: 22, 42 and 66. RGB value is (34,66,102). Sum of RGB (Red+Green+Blue) = 34+66+102=202 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.83% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 102 (40.23% from 255 or 50.50% from 202); Max value from RGB is 102 - color contains mainly: blue. Hex color #224266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224266 is #DDBD99. Grayscale: #3C3C3C. Windows color (decimal): -14531994 or 6701602. OLE color: 6701602.

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

Color convert

RGB 34 66 102 -
CMYK 0.67 0.35 0 0.6
HSL 211.76º 0.5% 0.27% -
HSV(B) 211.76º 0.67% 0.4% -
XYZ 5.01 5.2 13.31 -
YUV 60.54 151.4 109.07 -
System Red Green Blue C M Y K H S L
Decimal 34 66 102 0.67 0.35 0 0.6 211.76 0.5 0.27
Hex 22 42 66 43 23 0 3C D4 32 1B
Octal 42 102 146 103 43 0 74 324 62 33
Binary 100010 1000010 1100110 1000011 100011 0 111100 11010100 110010 11011

Color Harmonies of #224266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224266

Black with #224266

Text Example


Text Example

White with #224266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224266; }

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

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

background-color css

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

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

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

border-color css

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

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

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