Html Css Color HEX #223B69 Catalina Blue

📋 copy color: '#223B69'

red 34 ◦ green 59 ◦ blue 105

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

Shades of Catalina Blue #223B69

Tints of Catalina Blue #223B69

RGB

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

 GREEN value IS 59 (23.44% from 255) = 29.8%

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

R = 17.17%
G = 29.8%
B = 53.03%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#223B69 (or 0x223B69) is known color: Catalina Blue. HEX triplet: 22, 3B and 69. RGB value is (34,59,105). Sum of RGB (Red+Green+Blue) = 34+59+105=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 59 (23.44% from 255 or 29.80% from 198); Blue value is 105 (41.41% from 255 or 53.03% from 198); Max value from RGB is 105 - color contains mainly: blue. Hex color #223B69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223B69 is #DDC496. Grayscale: #383838. Windows color (decimal): -14533783 or 6896418. OLE color: 6896418.

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

Color convert

RGB 34 59 105 -
CMYK 0.68 0.44 0 0.59
HSL 218.87º 0.51% 0.27% -
HSV(B) 218.87º 0.68% 0.41% -
XYZ 4.77 4.49 13.98 -
YUV 56.77 155.22 111.76 -
System Red Green Blue C M Y K H S L
Decimal 34 59 105 0.68 0.44 0 0.59 218.87 0.51 0.27
Hex 22 3B 69 44 2C 0 3B DB 33 1B
Octal 42 73 151 104 54 0 73 333 63 33
Binary 100010 111011 1101001 1000100 101100 0 111011 11011011 110011 11011

Color Harmonies of #223B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223B69

Black with #223B69

Text Example


Text Example

White with #223B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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