Html Css Color HEX #223D61 Catalina Blue

📋 copy color: '#223D61'

red 34 ◦ green 61 ◦ blue 97

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

Shades of Catalina Blue #223D61

Tints of Catalina Blue #223D61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 50.52%

R = 17.71%
G = 31.77%
B = 50.52%

CMYK

 C value IS 0.65

 M value IS 0.37

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#223D61 (or 0x223D61) is known color: Catalina Blue. HEX triplet: 22, 3D and 61. RGB value is (34,61,97). Sum of RGB (Red+Green+Blue) = 34+61+97=192 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.71% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 97 (38.28% from 255 or 50.52% from 192); Max value from RGB is 97 - color contains mainly: blue. Hex color #223D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223D61 is #DDC29E. Grayscale: #383838. Windows color (decimal): -14533279 or 6372642. OLE color: 6372642.

HSL color Cylindrical-coordinate representation of color #223D61: hue angle of 214.29º 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 #223D61 is Cyan = 0.65, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 34 61 97 -
CMYK 0.65 0.37 0 0.62
HSL 214.29º 0.48% 0.26% -
HSV(B) 214.29º 0.65% 0.38% -
XYZ 4.49 4.54 11.95 -
YUV 57.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 34 61 97 0.65 0.37 0 0.62 214.29 0.48 0.26
Hex 22 3D 61 41 25 0 3E D6 30 1A
Octal 42 75 141 101 45 0 76 326 60 32
Binary 100010 111101 1100001 1000001 100101 0 111110 11010110 110000 11010

Color Harmonies of #223D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223D61

Black with #223D61

Text Example


Text Example

White with #223D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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