Html Css Color HEX #223855 Catalina Blue

📋 copy color: '#223855'

red 34 ◦ green 56 ◦ blue 85

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

Shades of Catalina Blue #223855

Tints of Catalina Blue #223855

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32%

 BLUE value IS 85 (33.59% from 255) = 48.57%

R = 19.43%
G = 32%
B = 48.57%

CMYK

 C value IS 0.60

 M value IS 0.34

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#223855 (or 0x223855) is known color: Catalina Blue. HEX triplet: 22, 38 and 55. RGB value is (34,56,85). Sum of RGB (Red+Green+Blue) = 34+56+85=175 (23% of max value = 765). Red value is 34 (13.67% from 255 or 19.43% from 175); Green value is 56 (22.27% from 255 or 32% from 175); Blue value is 85 (33.59% from 255 or 48.57% from 175); Max value from RGB is 85 - color contains mainly: blue. Hex color #223855 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223855 is #DDC7AA. Grayscale: #343434. Windows color (decimal): -14534571 or 5584930. OLE color: 5584930.

HSL color Cylindrical-coordinate representation of color #223855: hue angle of 214.12º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #223855 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 34 56 85 -
CMYK 0.60 0.34 0 0.67
HSL 214.12º 0.43% 0.23% -
HSV(B) 214.12º 0.6% 0.33% -
XYZ 3.71 3.82 9.14 -
YUV 52.73 146.21 114.64 -
System Red Green Blue C M Y K H S L
Decimal 34 56 85 0.60 0.34 0 0.67 214.12 0.43 0.23
Hex 22 38 55 3C 22 0 43 D6 2B 17
Octal 42 70 125 74 42 0 103 326 53 27
Binary 100010 111000 1010101 111100 100010 0 1000011 11010110 101011 10111

Color Harmonies of #223855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223855

Black with #223855

Text Example


Text Example

White with #223855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #223855; }

 p { color: rgb(34,56,85); }

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

background-color css

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

 a { background-color: rgb(34,56,85); }

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

border-color css

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

 span { border-color: rgb(34,56,85); }

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