Html Css Color HEX #223466 Catalina Blue

📋 copy color: '#223466'

red 34 ◦ green 52 ◦ blue 102

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

Shades of Catalina Blue #223466

Tints of Catalina Blue #223466

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

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

R = 18.09%
G = 27.66%
B = 54.26%

CMYK

 C value IS 0.67

 M value IS 0.49

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#223466 (or 0x223466) is known color: Catalina Blue. HEX triplet: 22, 34 and 66. RGB value is (34,52,102). Sum of RGB (Red+Green+Blue) = 34+52+102=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 102 (40.23% from 255 or 54.26% from 188); Max value from RGB is 102 - color contains mainly: blue. Hex color #223466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223466 is #DDCB99. Grayscale: #343434. Windows color (decimal): -14535578 or 6698018. OLE color: 6698018.

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

Color convert

RGB 34 52 102 -
CMYK 0.67 0.49 0 0.6
HSL 224.12º 0.5% 0.27% -
HSV(B) 224.12º 0.67% 0.4% -
XYZ 4.29 3.76 13.07 -
YUV 52.32 156.04 114.93 -
System Red Green Blue C M Y K H S L
Decimal 34 52 102 0.67 0.49 0 0.6 224.12 0.5 0.27
Hex 22 34 66 43 31 0 3C E0 32 1B
Octal 42 64 146 103 61 0 74 340 62 33
Binary 100010 110100 1100110 1000011 110001 0 111100 11100000 110010 11011

Color Harmonies of #223466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223466

Black with #223466

Text Example


Text Example

White with #223466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223466; }

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

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

background-color css

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

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

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

border-color css

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

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

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