Html Css Color HEX #223460 Catalina Blue

📋 copy color: '#223460'

red 34 ◦ green 52 ◦ blue 96

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

Shades of Catalina Blue #223460

Tints of Catalina Blue #223460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 52.75%

R = 18.68%
G = 28.57%
B = 52.75%

CMYK

 C value IS 0.65

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#223460 (or 0x223460) is known color: Catalina Blue. HEX triplet: 22, 34 and 60. RGB value is (34,52,96). Sum of RGB (Red+Green+Blue) = 34+52+96=182 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.68% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #223460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223460 is #DDCB9F. Grayscale: #333333. Windows color (decimal): -14535584 or 6304802. OLE color: 6304802.

HSL color Cylindrical-coordinate representation of color #223460: hue angle of 222.58º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #223460 is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 52 96 -
CMYK 0.65 0.46 0 0.62
HSL 222.58º 0.48% 0.25% -
HSV(B) 222.58º 0.65% 0.38% -
XYZ 4 3.64 11.56 -
YUV 51.63 153.04 115.42 -
System Red Green Blue C M Y K H S L
Decimal 34 52 96 0.65 0.46 0 0.62 222.58 0.48 0.25
Hex 22 34 60 41 2E 0 3E DF 30 19
Octal 42 64 140 101 56 0 76 337 60 31
Binary 100010 110100 1100000 1000001 101110 0 111110 11011111 110000 11001

Color Harmonies of #223460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223460

Black with #223460

Text Example


Text Example

White with #223460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223460; }

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

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

background-color css

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

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

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

border-color css

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

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

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