Html Css Color HEX #223A6C Catalina Blue

📋 copy color: '#223A6C'

red 34 ◦ green 58 ◦ blue 108

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

Shades of Catalina Blue #223A6C

Tints of Catalina Blue #223A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 54%

R = 17%
G = 29%
B = 54%

CMYK

 C value IS 0.69

 M value IS 0.46

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#223A6C (or 0x223A6C) is known color: Catalina Blue. HEX triplet: 22, 3A and 6C. RGB value is (34,58,108). Sum of RGB (Red+Green+Blue) = 34+58+108=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 58 (23.05% from 255 or 29% from 200); Blue value is 108 (42.58% from 255 or 54% from 200); Max value from RGB is 108 - color contains mainly: blue. Hex color #223A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223A6C is #DDC593. Grayscale: #383838. Windows color (decimal): -14534036 or 7092770. OLE color: 7092770.

HSL color Cylindrical-coordinate representation of color #223A6C: hue angle of 220.54º degrees, saturation: 0.52, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #223A6C is Cyan = 0.69, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 34 58 108 -
CMYK 0.69 0.46 0 0.58
HSL 220.54º 0.52% 0.28% -
HSV(B) 220.54º 0.69% 0.42% -
XYZ 4.88 4.45 14.79 -
YUV 56.52 157.05 111.93 -
System Red Green Blue C M Y K H S L
Decimal 34 58 108 0.69 0.46 0 0.58 220.54 0.52 0.28
Hex 22 3A 6C 45 2E 0 3A DD 34 1C
Octal 42 72 154 105 56 0 72 335 64 34
Binary 100010 111010 1101100 1000101 101110 0 111010 11011101 110100 11100

Color Harmonies of #223A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223A6C

Black with #223A6C

Text Example


Text Example

White with #223A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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