Html Css Color HEX #223A69 Catalina Blue

📋 copy color: '#223A69'

red 34 ◦ green 58 ◦ blue 105

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

Shades of Catalina Blue #223A69

Tints of Catalina Blue #223A69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 53.3%

R = 17.26%
G = 29.44%
B = 53.3%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#223A69 (or 0x223A69) is known color: Catalina Blue. HEX triplet: 22, 3A and 69. RGB value is (34,58,105). Sum of RGB (Red+Green+Blue) = 34+58+105=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 105 (41.41% from 255 or 53.30% from 197); Max value from RGB is 105 - color contains mainly: blue. Hex color #223A69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223A69 is #DDC596. Grayscale: #373737. Windows color (decimal): -14534039 or 6896162. OLE color: 6896162.

HSL color Cylindrical-coordinate representation of color #223A69: hue angle of 219.72º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #223A69 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 58 105 -
CMYK 0.68 0.45 0 0.59
HSL 219.72º 0.51% 0.27% -
HSV(B) 219.72º 0.68% 0.41% -
XYZ 4.72 4.39 13.96 -
YUV 56.18 155.55 112.18 -
System Red Green Blue C M Y K H S L
Decimal 34 58 105 0.68 0.45 0 0.59 219.72 0.51 0.27
Hex 22 3A 69 44 2D 0 3B DC 33 1B
Octal 42 72 151 104 55 0 73 334 63 33
Binary 100010 111010 1101001 1000100 101101 0 111011 11011100 110011 11011

Color Harmonies of #223A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223A69

Black with #223A69

Text Example


Text Example

White with #223A69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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