Html Css Color HEX #22416B Catalina Blue

📋 copy color: '#22416B'

red 34 ◦ green 65 ◦ blue 107

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

Shades of Catalina Blue #22416B

Tints of Catalina Blue #22416B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.55%

 BLUE value IS 107 (42.19% from 255) = 51.94%

R = 16.5%
G = 31.55%
B = 51.94%

CMYK

 C value IS 0.68

 M value IS 0.39

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#22416B (or 0x22416B) is known color: Catalina Blue. HEX triplet: 22, 41 and 6B. RGB value is (34,65,107). Sum of RGB (Red+Green+Blue) = 34+65+107=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 107 (42.19% from 255 or 51.94% from 206); Max value from RGB is 107 - color contains mainly: blue. Hex color #22416B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22416B is #DDBE94. Grayscale: #3C3C3C. Windows color (decimal): -14532245 or 7029026. OLE color: 7029026.

HSL color Cylindrical-coordinate representation of color #22416B: hue angle of 214.52º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #22416B is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 34 65 107 -
CMYK 0.68 0.39 0 0.58
HSL 214.52º 0.52% 0.28% -
HSV(B) 214.52º 0.68% 0.42% -
XYZ 5.2 5.18 14.64 -
YUV 60.52 154.23 109.08 -
System Red Green Blue C M Y K H S L
Decimal 34 65 107 0.68 0.39 0 0.58 214.52 0.52 0.28
Hex 22 41 6B 44 27 0 3A D7 34 1C
Octal 42 101 153 104 47 0 72 327 64 34
Binary 100010 1000001 1101011 1000100 100111 0 111010 11010111 110100 11100

Color Harmonies of #22416B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22416B

Black with #22416B

Text Example


Text Example

White with #22416B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #22416B; }

 p { color: rgb(34,65,107); }

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

background-color css

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

 a { background-color: rgb(34,65,107); }

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

border-color css

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

 span { border-color: rgb(34,65,107); }

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