Html Css Color HEX #223A57 Catalina Blue

📋 copy color: '#223A57'

red 34 ◦ green 58 ◦ blue 87

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

Shades of Catalina Blue #223A57

Tints of Catalina Blue #223A57

RGB

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

 GREEN value IS 58 (23.05% from 255) = 32.4%

 BLUE value IS 87 (34.38% from 255) = 48.6%

R = 18.99%
G = 32.4%
B = 48.6%

CMYK

 C value IS 0.61

 M value IS 0.33

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#223A57 (or 0x223A57) is known color: Catalina Blue. HEX triplet: 22, 3A and 57. RGB value is (34,58,87). Sum of RGB (Red+Green+Blue) = 34+58+87=179 (23% of max value = 765). Red value is 34 (13.67% from 255 or 18.99% from 179); Green value is 58 (23.05% from 255 or 32.40% from 179); Blue value is 87 (34.38% from 255 or 48.60% from 179); Max value from RGB is 87 - color contains mainly: blue. Hex color #223A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223A57 is #DDC5A8. Grayscale: #353535. Windows color (decimal): -14534057 or 5716514. OLE color: 5716514.

HSL color Cylindrical-coordinate representation of color #223A57: hue angle of 212.83º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #223A57 is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 34 58 87 -
CMYK 0.61 0.33 0 0.66
HSL 212.83º 0.44% 0.24% -
HSV(B) 212.83º 0.61% 0.34% -
XYZ 3.89 4.05 9.59 -
YUV 54.13 146.55 113.64 -
System Red Green Blue C M Y K H S L
Decimal 34 58 87 0.61 0.33 0 0.66 212.83 0.44 0.24
Hex 22 3A 57 3D 21 0 42 D5 2C 18
Octal 42 72 127 75 41 0 102 325 54 30
Binary 100010 111010 1010111 111101 100001 0 1000010 11010101 101100 11000

Color Harmonies of #223A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223A57

Black with #223A57

Text Example


Text Example

White with #223A57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(34,58,87); }

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

background-color css

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

 a { background-color: rgb(34,58,87); }

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

border-color css

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

 span { border-color: rgb(34,58,87); }

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