Html Css Color HEX #224369 Catalina Blue

📋 copy color: '#224369'

red 34 ◦ green 67 ◦ blue 105

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

Shades of Catalina Blue #224369

Tints of Catalina Blue #224369

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.52%

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

R = 16.5%
G = 32.52%
B = 50.97%

CMYK

 C value IS 0.68

 M value IS 0.36

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#224369 (or 0x224369) is known color: Catalina Blue. HEX triplet: 22, 43 and 69. RGB value is (34,67,105). Sum of RGB (Red+Green+Blue) = 34+67+105=206 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.50% from 206); Green value is 67 (26.56% from 255 or 32.52% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #224369 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224369 is #DDBC96. Grayscale: #3D3D3D. Windows color (decimal): -14531735 or 6898466. OLE color: 6898466.

HSL color Cylindrical-coordinate representation of color #224369: hue angle of 212.11º 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 #224369 is Cyan = 0.68, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 67 105 -
CMYK 0.68 0.36 0 0.59
HSL 212.11º 0.51% 0.27% -
HSV(B) 212.11º 0.68% 0.41% -
XYZ 5.22 5.37 14.13 -
YUV 61.47 152.57 108.41 -
System Red Green Blue C M Y K H S L
Decimal 34 67 105 0.68 0.36 0 0.59 212.11 0.51 0.27
Hex 22 43 69 44 24 0 3B D4 33 1B
Octal 42 103 151 104 44 0 73 324 63 33
Binary 100010 1000011 1101001 1000100 100100 0 111011 11010100 110011 11011

Color Harmonies of #224369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224369

Black with #224369

Text Example


Text Example

White with #224369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224369; }

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

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

background-color css

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

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

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

border-color css

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

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

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