Html Css Color HEX #223D69 Catalina Blue

📋 copy color: '#223D69'

red 34 ◦ green 61 ◦ blue 105

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

Shades of Catalina Blue #223D69

Tints of Catalina Blue #223D69

RGB

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

 GREEN value IS 61 (24.22% from 255) = 30.5%

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

R = 17%
G = 30.5%
B = 52.5%

CMYK

 C value IS 0.68

 M value IS 0.42

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#223D69 (or 0x223D69) is known color: Catalina Blue. HEX triplet: 22, 3D and 69. RGB value is (34,61,105). Sum of RGB (Red+Green+Blue) = 34+61+105=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 61 (24.22% from 255 or 30.5% from 200); Blue value is 105 (41.41% from 255 or 52.5% from 200); Max value from RGB is 105 - color contains mainly: blue. Hex color #223D69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223D69 is #DDC296. Grayscale: #393939. Windows color (decimal): -14533271 or 6896930. OLE color: 6896930.

HSL color Cylindrical-coordinate representation of color #223D69: hue angle of 217.18º 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 #223D69 is Cyan = 0.68, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 34 61 105 -
CMYK 0.68 0.42 0 0.59
HSL 217.18º 0.51% 0.27% -
HSV(B) 217.18º 0.68% 0.41% -
XYZ 4.88 4.7 14.01 -
YUV 57.94 154.55 110.92 -
System Red Green Blue C M Y K H S L
Decimal 34 61 105 0.68 0.42 0 0.59 217.18 0.51 0.27
Hex 22 3D 69 44 2A 0 3B D9 33 1B
Octal 42 75 151 104 52 0 73 331 63 33
Binary 100010 111101 1101001 1000100 101010 0 111011 11011001 110011 11011

Color Harmonies of #223D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223D69

Black with #223D69

Text Example


Text Example

White with #223D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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