Html Css Color HEX #223458 Catalina Blue

📋 copy color: '#223458'

red 34 ◦ green 52 ◦ blue 88

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

Shades of Catalina Blue #223458

Tints of Catalina Blue #223458

RGB

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

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

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

R = 19.54%
G = 29.89%
B = 50.57%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#223458 (or 0x223458) is known color: Catalina Blue. HEX triplet: 22, 34 and 58. RGB value is (34,52,88). Sum of RGB (Red+Green+Blue) = 34+52+88=174 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.54% from 174); Green value is 52 (20.70% from 255 or 29.89% from 174); Blue value is 88 (34.77% from 255 or 50.57% from 174); Max value from RGB is 88 - color contains mainly: blue. Hex color #223458 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223458 is #DDCBA7. Grayscale: #323232. Windows color (decimal): -14535592 or 5780514. OLE color: 5780514.

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

Color convert

RGB 34 52 88 -
CMYK 0.61 0.41 0 0.65
HSL 220º 0.44% 0.24% -
HSV(B) 220º 0.61% 0.35% -
XYZ 3.65 3.5 9.72 -
YUV 50.72 149.04 116.07 -
System Red Green Blue C M Y K H S L
Decimal 34 52 88 0.61 0.41 0 0.65 220 0.44 0.24
Hex 22 34 58 3D 29 0 41 DC 2C 18
Octal 42 64 130 75 51 0 101 334 54 30
Binary 100010 110100 1011000 111101 101001 0 1000001 11011100 101100 11000

Color Harmonies of #223458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223458

Black with #223458

Text Example


Text Example

White with #223458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223458; }

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

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

background-color css

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

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

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

border-color css

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

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

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