Html Css Color HEX #223A5E Catalina Blue

📋 copy color: '#223A5E'

red 34 ◦ green 58 ◦ blue 94

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

Shades of Catalina Blue #223A5E

Tints of Catalina Blue #223A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 50.54%

R = 18.28%
G = 31.18%
B = 50.54%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#223A5E (or 0x223A5E) is known color: Catalina Blue. HEX triplet: 22, 3A and 5E. RGB value is (34,58,94). Sum of RGB (Red+Green+Blue) = 34+58+94=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 94 (37.11% from 255 or 50.54% from 186); Max value from RGB is 94 - color contains mainly: blue. Hex color #223A5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223A5E is #DDC5A1. Grayscale: #363636. Windows color (decimal): -14534050 or 6175266. OLE color: 6175266.

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

Color convert

RGB 34 58 94 -
CMYK 0.64 0.38 0 0.63
HSL 216º 0.47% 0.25% -
HSV(B) 216º 0.64% 0.37% -
XYZ 4.19 4.17 11.17 -
YUV 54.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 34 58 94 0.64 0.38 0 0.63 216 0.47 0.25
Hex 22 3A 5E 40 26 0 3F D8 2F 19
Octal 42 72 136 100 46 0 77 330 57 31
Binary 100010 111010 1011110 1000000 100110 0 111111 11011000 101111 11001

Color Harmonies of #223A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223A5E

Black with #223A5E

Text Example


Text Example

White with #223A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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