Html Css Color HEX #223962 Catalina Blue

📋 copy color: '#223962'

red 34 ◦ green 57 ◦ blue 98

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

Shades of Catalina Blue #223962

Tints of Catalina Blue #223962

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.16%

 BLUE value IS 98 (38.67% from 255) = 51.85%

R = 17.99%
G = 30.16%
B = 51.85%

CMYK

 C value IS 0.65

 M value IS 0.42

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#223962 (or 0x223962) is known color: Catalina Blue. HEX triplet: 22, 39 and 62. RGB value is (34,57,98). Sum of RGB (Red+Green+Blue) = 34+57+98=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 57 (22.66% from 255 or 30.16% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #223962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223962 is #DDC69D. Grayscale: #363636. Windows color (decimal): -14534302 or 6437154. OLE color: 6437154.

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

Color convert

RGB 34 57 98 -
CMYK 0.65 0.42 0 0.62
HSL 218.44º 0.48% 0.26% -
HSV(B) 218.44º 0.65% 0.38% -
XYZ 4.33 4.15 12.13 -
YUV 54.8 152.38 113.17 -
System Red Green Blue C M Y K H S L
Decimal 34 57 98 0.65 0.42 0 0.62 218.44 0.48 0.26
Hex 22 39 62 41 2A 0 3E DA 30 1A
Octal 42 71 142 101 52 0 76 332 60 32
Binary 100010 111001 1100010 1000001 101010 0 111110 11011010 110000 11010

Color Harmonies of #223962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223962

Black with #223962

Text Example


Text Example

White with #223962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223962; }

 p { color: rgb(34,57,98); }

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

background-color css

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

 a { background-color: rgb(34,57,98); }

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

border-color css

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

 span { border-color: rgb(34,57,98); }

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