Html Css Color HEX #223459 Catalina Blue

📋 copy color: '#223459'

red 34 ◦ green 52 ◦ blue 89

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

Shades of Catalina Blue #223459

Tints of Catalina Blue #223459

RGB

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

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

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

R = 19.43%
G = 29.71%
B = 50.86%

CMYK

 C value IS 0.62

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#223459 (or 0x223459) is known color: Catalina Blue. HEX triplet: 22, 34 and 59. RGB value is (34,52,89). Sum of RGB (Red+Green+Blue) = 34+52+89=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 89 (35.16% from 255 or 50.86% from 175); Max value from RGB is 89 - color contains mainly: blue. Hex color #223459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223459 is #DDCBA6. Grayscale: #323232. Windows color (decimal): -14535591 or 5846050. OLE color: 5846050.

HSL color Cylindrical-coordinate representation of color #223459: hue angle of 220.36º 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 #223459 is Cyan = 0.62, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 52 89 -
CMYK 0.62 0.42 0 0.65
HSL 220.36º 0.45% 0.24% -
HSV(B) 220.36º 0.62% 0.35% -
XYZ 3.69 3.52 9.94 -
YUV 50.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 34 52 89 0.62 0.42 0 0.65 220.36 0.45 0.24
Hex 22 34 59 3E 2A 0 41 DC 2D 18
Octal 42 64 131 76 52 0 101 334 55 30
Binary 100010 110100 1011001 111110 101010 0 1000001 11011100 101101 11000

Color Harmonies of #223459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223459

Black with #223459

Text Example


Text Example

White with #223459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223459; }

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

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

background-color css

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

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

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

border-color css

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

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

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