Html Css Color HEX #223A5D Catalina Blue

📋 copy color: '#223A5D'

red 34 ◦ green 58 ◦ blue 93

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

Shades of Catalina Blue #223A5D

Tints of Catalina Blue #223A5D

RGB

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

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

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

R = 18.38%
G = 31.35%
B = 50.27%

CMYK

 C value IS 0.63

 M value IS 0.38

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#223A5D (or 0x223A5D) is known color: Catalina Blue. HEX triplet: 22, 3A and 5D. RGB value is (34,58,93). Sum of RGB (Red+Green+Blue) = 34+58+93=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 58 (23.05% from 255 or 31.35% from 185); Blue value is 93 (36.72% from 255 or 50.27% from 185); Max value from RGB is 93 - color contains mainly: blue. Hex color #223A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223A5D is #DDC5A2. Grayscale: #363636. Windows color (decimal): -14534051 or 6109730. OLE color: 6109730.

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

Color convert

RGB 34 58 93 -
CMYK 0.63 0.38 0 0.64
HSL 215.59º 0.46% 0.25% -
HSV(B) 215.59º 0.63% 0.36% -
XYZ 4.15 4.16 10.94 -
YUV 54.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 34 58 93 0.63 0.38 0 0.64 215.59 0.46 0.25
Hex 22 3A 5D 3F 26 0 40 D8 2E 19
Octal 42 72 135 77 46 0 100 330 56 31
Binary 100010 111010 1011101 111111 100110 0 1000000 11011000 101110 11001

Color Harmonies of #223A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223A5D

Black with #223A5D

Text Example


Text Example

White with #223A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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