Html Css Color HEX #223359 Catalina Blue

📋 copy color: '#223359'

red 34 ◦ green 51 ◦ blue 89

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

Shades of Catalina Blue #223359

Tints of Catalina Blue #223359

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

 BLUE value IS 89 (35.16% from 255) = 51.15%

R = 19.54%
G = 29.31%
B = 51.15%

CMYK

 C value IS 0.62

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#223359 (or 0x223359) is known color: Catalina Blue. HEX triplet: 22, 33 and 59. RGB value is (34,51,89). Sum of RGB (Red+Green+Blue) = 34+51+89=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 89 (35.16% from 255 or 51.15% from 174); Max value from RGB is 89 - color contains mainly: blue. Hex color #223359 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223359 is #DDCCA6. Grayscale: #323232. Windows color (decimal): -14535847 or 5845794. OLE color: 5845794.

HSL color Cylindrical-coordinate representation of color #223359: hue angle of 221.45º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #223359 is Cyan = 0.62, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 51 89 -
CMYK 0.62 0.43 0 0.65
HSL 221.45º 0.45% 0.24% -
HSV(B) 221.45º 0.62% 0.35% -
XYZ 3.65 3.43 9.92 -
YUV 50.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 34 51 89 0.62 0.43 0 0.65 221.45 0.45 0.24
Hex 22 33 59 3E 2B 0 41 DD 2D 18
Octal 42 63 131 76 53 0 101 335 55 30
Binary 100010 110011 1011001 111110 101011 0 1000001 11011101 101101 11000

Color Harmonies of #223359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223359

Black with #223359

Text Example


Text Example

White with #223359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223359; }

 p { color: rgb(34,51,89); }

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

background-color css

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

 a { background-color: rgb(34,51,89); }

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

border-color css

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

 span { border-color: rgb(34,51,89); }

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