Html Css Color HEX #223E5D Catalina Blue

📋 copy color: '#223E5D'

red 34 ◦ green 62 ◦ blue 93

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

Shades of Catalina Blue #223E5D

Tints of Catalina Blue #223E5D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 32.8%

 BLUE value IS 93 (36.72% from 255) = 49.21%

R = 17.99%
G = 32.8%
B = 49.21%

CMYK

 C value IS 0.63

 M value IS 0.33

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#223E5D (or 0x223E5D) is known color: Catalina Blue. HEX triplet: 22, 3E and 5D. RGB value is (34,62,93). Sum of RGB (Red+Green+Blue) = 34+62+93=189 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.99% from 189); Green value is 62 (24.61% from 255 or 32.80% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #223E5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223E5D is #DDC1A2. Grayscale: #393939. Windows color (decimal): -14533027 or 6110754. OLE color: 6110754.

HSL color Cylindrical-coordinate representation of color #223E5D: hue angle of 211.53º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #223E5D is Cyan = 0.63, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 62 93 -
CMYK 0.63 0.33 0 0.64
HSL 211.53º 0.46% 0.25% -
HSV(B) 211.53º 0.63% 0.36% -
XYZ 4.36 4.58 11.01 -
YUV 57.16 148.22 111.48 -
System Red Green Blue C M Y K H S L
Decimal 34 62 93 0.63 0.33 0 0.64 211.53 0.46 0.25
Hex 22 3E 5D 3F 21 0 40 D4 2E 19
Octal 42 76 135 77 41 0 100 324 56 31
Binary 100010 111110 1011101 111111 100001 0 1000000 11010100 101110 11001

Color Harmonies of #223E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223E5D

Black with #223E5D

Text Example


Text Example

White with #223E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223E5D; }

 p { color: rgb(34,62,93); }

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

background-color css

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

 a { background-color: rgb(34,62,93); }

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

border-color css

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

 span { border-color: rgb(34,62,93); }

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