Html Css Color HEX #224265 Catalina Blue

📋 copy color: '#224265'

red 34 ◦ green 66 ◦ blue 101

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

Shades of Catalina Blue #224265

Tints of Catalina Blue #224265

RGB

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

 GREEN value IS 66 (26.17% from 255) = 32.84%

 BLUE value IS 101 (39.84% from 255) = 50.25%

R = 16.92%
G = 32.84%
B = 50.25%

CMYK

 C value IS 0.66

 M value IS 0.35

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#224265 (or 0x224265) is known color: Catalina Blue. HEX triplet: 22, 42 and 65. RGB value is (34,66,101). Sum of RGB (Red+Green+Blue) = 34+66+101=201 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.92% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 101 (39.84% from 255 or 50.25% from 201); Max value from RGB is 101 - color contains mainly: blue. Hex color #224265 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224265 is #DDBD9A. Grayscale: #3C3C3C. Windows color (decimal): -14531995 or 6636066. OLE color: 6636066.

HSL color Cylindrical-coordinate representation of color #224265: hue angle of 211.34º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #224265 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 34 66 101 -
CMYK 0.66 0.35 0 0.60
HSL 211.34º 0.5% 0.26% -
HSV(B) 211.34º 0.66% 0.4% -
XYZ 4.96 5.18 13.05 -
YUV 60.42 150.9 109.15 -
System Red Green Blue C M Y K H S L
Decimal 34 66 101 0.66 0.35 0 0.60 211.34 0.5 0.26
Hex 22 42 65 42 23 0 3C D3 32 1A
Octal 42 102 145 102 43 0 74 323 62 32
Binary 100010 1000010 1100101 1000010 100011 0 111100 11010011 110010 11010

Color Harmonies of #224265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #224265

Black with #224265

Text Example


Text Example

White with #224265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #224265; }

 p { color: rgb(34,66,101); }

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

background-color css

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

 a { background-color: rgb(34,66,101); }

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

border-color css

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

 span { border-color: rgb(34,66,101); }

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