Html Css Color HEX #223F6C Catalina Blue

📋 copy color: '#223F6C'

red 34 ◦ green 63 ◦ blue 108

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

Shades of Catalina Blue #223F6C

Tints of Catalina Blue #223F6C

RGB

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

 GREEN value IS 63 (25% from 255) = 30.73%

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

R = 16.59%
G = 30.73%
B = 52.68%

CMYK

 C value IS 0.69

 M value IS 0.42

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#223F6C (or 0x223F6C) is known color: Catalina Blue. HEX triplet: 22, 3F and 6C. RGB value is (34,63,108). Sum of RGB (Red+Green+Blue) = 34+63+108=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 63 (25% from 255 or 30.73% from 205); Blue value is 108 (42.58% from 255 or 52.68% from 205); Max value from RGB is 108 - color contains mainly: blue. Hex color #223F6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #223F6C is #DDC093. Grayscale: #3B3B3B. Windows color (decimal): -14532756 or 7094050. OLE color: 7094050.

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

Color convert

RGB 34 63 108 -
CMYK 0.69 0.42 0 0.58
HSL 216.49º 0.52% 0.28% -
HSV(B) 216.49º 0.69% 0.42% -
XYZ 5.14 4.98 14.88 -
YUV 59.46 155.39 109.84 -
System Red Green Blue C M Y K H S L
Decimal 34 63 108 0.69 0.42 0 0.58 216.49 0.52 0.28
Hex 22 3F 6C 45 2A 0 3A D8 34 1C
Octal 42 77 154 105 52 0 72 330 64 34
Binary 100010 111111 1101100 1000101 101010 0 111010 11011000 110100 11100

Color Harmonies of #223F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #223F6C

Black with #223F6C

Text Example


Text Example

White with #223F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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