Html Css Color HEX #223258 Catalina Blue

📋 copy color: '#223258'

red 34 ◦ green 50 ◦ blue 88

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

Shades of Catalina Blue #223258

Tints of Catalina Blue #223258

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.07%

 BLUE value IS 88 (34.77% from 255) = 51.16%

R = 19.77%
G = 29.07%
B = 51.16%

CMYK

 C value IS 0.61

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#223258 (or 0x223258) is known color: Catalina Blue. HEX triplet: 22, 32 and 58. RGB value is (34,50,88). Sum of RGB (Red+Green+Blue) = 34+50+88=172 (22% of max value = 765). Red value is 34 (13.67% from 255 or 19.77% from 172); Green value is 50 (19.92% from 255 or 29.07% from 172); Blue value is 88 (34.77% from 255 or 51.16% from 172); Max value from RGB is 88 - color contains mainly: blue. Hex color #223258 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223258 is #DDCDA7. Grayscale: #313131. Windows color (decimal): -14536104 or 5780002. OLE color: 5780002.

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

Color convert

RGB 34 50 88 -
CMYK 0.61 0.43 0 0.65
HSL 222.22º 0.44% 0.24% -
HSV(B) 222.22º 0.61% 0.35% -
XYZ 3.56 3.33 9.69 -
YUV 49.55 149.7 116.91 -
System Red Green Blue C M Y K H S L
Decimal 34 50 88 0.61 0.43 0 0.65 222.22 0.44 0.24
Hex 22 32 58 3D 2B 0 41 DE 2C 18
Octal 42 62 130 75 53 0 101 336 54 30
Binary 100010 110010 1011000 111101 101011 0 1000001 11011110 101100 11000

Color Harmonies of #223258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223258

Black with #223258

Text Example


Text Example

White with #223258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223258; }

 p { color: rgb(34,50,88); }

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

background-color css

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

 a { background-color: rgb(34,50,88); }

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

border-color css

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

 span { border-color: rgb(34,50,88); }

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