Html Css Color HEX #223D5D Catalina Blue

📋 copy color: '#223D5D'

red 34 ◦ green 61 ◦ blue 93

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

Shades of Catalina Blue #223D5D

Tints of Catalina Blue #223D5D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 32.45%

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

R = 18.09%
G = 32.45%
B = 49.47%

CMYK

 C value IS 0.63

 M value IS 0.34

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#223D5D (or 0x223D5D) is known color: Catalina Blue. HEX triplet: 22, 3D and 5D. RGB value is (34,61,93). Sum of RGB (Red+Green+Blue) = 34+61+93=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 61 (24.22% from 255 or 32.45% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #223D5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223D5D is #DDC2A2. Grayscale: #383838. Windows color (decimal): -14533283 or 6110498. OLE color: 6110498.

HSL color Cylindrical-coordinate representation of color #223D5D: hue angle of 212.54º 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 #223D5D is Cyan = 0.63, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 34 61 93 -
CMYK 0.63 0.34 0 0.64
HSL 212.54º 0.46% 0.25% -
HSV(B) 212.54º 0.63% 0.36% -
XYZ 4.3 4.47 10.99 -
YUV 56.58 148.55 111.9 -
System Red Green Blue C M Y K H S L
Decimal 34 61 93 0.63 0.34 0 0.64 212.54 0.46 0.25
Hex 22 3D 5D 3F 22 0 40 D5 2E 19
Octal 42 75 135 77 42 0 100 325 56 31
Binary 100010 111101 1011101 111111 100010 0 1000000 11010101 101110 11001

Color Harmonies of #223D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223D5D

Black with #223D5D

Text Example


Text Example

White with #223D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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