Html Css Color HEX #223B58 Catalina Blue

📋 copy color: '#223B58'

red 34 ◦ green 59 ◦ blue 88

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

Shades of Catalina Blue #223B58

Tints of Catalina Blue #223B58

RGB

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

 GREEN value IS 59 (23.44% from 255) = 32.6%

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

R = 18.78%
G = 32.6%
B = 48.62%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#223B58 (or 0x223B58) is known color: Catalina Blue. HEX triplet: 22, 3B and 58. RGB value is (34,59,88). Sum of RGB (Red+Green+Blue) = 34+59+88=181 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.78% from 181); Green value is 59 (23.44% from 255 or 32.60% from 181); Blue value is 88 (34.77% from 255 or 48.62% from 181); Max value from RGB is 88 - color contains mainly: blue. Hex color #223B58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B58 is #DDC4A7. Grayscale: #363636. Windows color (decimal): -14533800 or 5782306. OLE color: 5782306.

HSL color Cylindrical-coordinate representation of color #223B58: hue angle of 212.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 #223B58 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 34 59 88 -
CMYK 0.61 0.33 0 0.65
HSL 212.22º 0.44% 0.24% -
HSV(B) 212.22º 0.61% 0.35% -
XYZ 3.99 4.17 9.83 -
YUV 54.83 146.72 113.14 -
System Red Green Blue C M Y K H S L
Decimal 34 59 88 0.61 0.33 0 0.65 212.22 0.44 0.24
Hex 22 3B 58 3D 21 0 41 D4 2C 18
Octal 42 73 130 75 41 0 101 324 54 30
Binary 100010 111011 1011000 111101 100001 0 1000001 11010100 101100 11000

Color Harmonies of #223B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223B58

Black with #223B58

Text Example


Text Example

White with #223B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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