Html Css Color HEX #223469 Catalina Blue

📋 copy color: '#223469'

red 34 ◦ green 52 ◦ blue 105

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

Shades of Catalina Blue #223469

Tints of Catalina Blue #223469

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 54.97%

R = 17.8%
G = 27.23%
B = 54.97%

CMYK

 C value IS 0.68

 M value IS 0.50

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#223469 (or 0x223469) is known color: Catalina Blue. HEX triplet: 22, 34 and 69. RGB value is (34,52,105). Sum of RGB (Red+Green+Blue) = 34+52+105=191 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.80% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 105 (41.41% from 255 or 54.97% from 191); Max value from RGB is 105 - color contains mainly: blue. Hex color #223469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223469 is #DDCB96. Grayscale: #343434. Windows color (decimal): -14535575 or 6894626. OLE color: 6894626.

HSL color Cylindrical-coordinate representation of color #223469: hue angle of 224.79º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #223469 is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 52 105 -
CMYK 0.68 0.50 0 0.59
HSL 224.79º 0.51% 0.27% -
HSV(B) 224.79º 0.68% 0.41% -
XYZ 4.44 3.82 13.87 -
YUV 52.66 157.54 114.69 -
System Red Green Blue C M Y K H S L
Decimal 34 52 105 0.68 0.50 0 0.59 224.79 0.51 0.27
Hex 22 34 69 44 32 0 3B E1 33 1B
Octal 42 64 151 104 62 0 73 341 63 33
Binary 100010 110100 1101001 1000100 110010 0 111011 11100001 110011 11011

Color Harmonies of #223469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223469

Black with #223469

Text Example


Text Example

White with #223469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223469; }

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

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

background-color css

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

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

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

border-color css

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

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

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