Html Css Color HEX #22386B Catalina Blue

📋 copy color: '#22386B'

red 34 ◦ green 56 ◦ blue 107

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

Shades of Catalina Blue #22386B

Tints of Catalina Blue #22386B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 28.43%

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

R = 17.26%
G = 28.43%
B = 54.31%

CMYK

 C value IS 0.68

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#22386B (or 0x22386B) is known color: Catalina Blue. HEX triplet: 22, 38 and 6B. RGB value is (34,56,107). Sum of RGB (Red+Green+Blue) = 34+56+107=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 56 (22.27% from 255 or 28.43% from 197); Blue value is 107 (42.19% from 255 or 54.31% from 197); Max value from RGB is 107 - color contains mainly: blue. Hex color #22386B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #22386B is #DDC794. Grayscale: #373737. Windows color (decimal): -14534549 or 7026722. OLE color: 7026722.

HSL color Cylindrical-coordinate representation of color #22386B: hue angle of 221.92º 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 #22386B is Cyan = 0.68, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 34 56 107 -
CMYK 0.68 0.48 0 0.58
HSL 221.92º 0.52% 0.28% -
HSV(B) 221.92º 0.68% 0.42% -
XYZ 4.73 4.23 14.48 -
YUV 55.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 34 56 107 0.68 0.48 0 0.58 221.92 0.52 0.28
Hex 22 38 6B 44 30 0 3A DE 34 1C
Octal 42 70 153 104 60 0 72 336 64 34
Binary 100010 111000 1101011 1000100 110000 0 111010 11011110 110100 11100

Color Harmonies of #22386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #22386B

Black with #22386B

Text Example


Text Example

White with #22386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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