Html Css Color HEX #284668 Catalina Blue

📋 copy color: '#284668'

red 40 ◦ green 70 ◦ blue 104

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

Shades of Catalina Blue #284668

Tints of Catalina Blue #284668

RGB

 RED value IS 40 (16.02% from 255) = 18.69%

 GREEN value IS 70 (27.73% from 255) = 32.71%

 BLUE value IS 104 (41.02% from 255) = 48.6%

R = 18.69%
G = 32.71%
B = 48.6%

CMYK

 C value IS 0.62

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#284668 (or 0x284668) is known color: Catalina Blue. HEX triplet: 28, 46 and 68. RGB value is (40,70,104). Sum of RGB (Red+Green+Blue) = 40+70+104=214 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.69% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 104 (41.02% from 255 or 48.60% from 214); Max value from RGB is 104 - color contains mainly: blue. Hex color #284668 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284668 is #D7B997. Grayscale: #404040. Windows color (decimal): -14137752 or 6833704. OLE color: 6833704.

HSL color Cylindrical-coordinate representation of color #284668: hue angle of 211.88º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #284668 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 70 104 -
CMYK 0.62 0.33 0 0.59
HSL 211.88º 0.44% 0.28% -
HSV(B) 211.88º 0.62% 0.41% -
XYZ 5.56 5.83 13.93 -
YUV 64.91 150.06 110.24 -
System Red Green Blue C M Y K H S L
Decimal 40 70 104 0.62 0.33 0 0.59 211.88 0.44 0.28
Hex 28 46 68 3E 21 0 3B D4 2C 1C
Octal 50 106 150 76 41 0 73 324 54 34
Binary 101000 1000110 1101000 111110 100001 0 111011 11010100 101100 11100

Color Harmonies of #284668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284668

Black with #284668

Text Example


Text Example

White with #284668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284668; }

 p { color: rgb(40,70,104); }

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

background-color css

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

 a { background-color: rgb(40,70,104); }

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

border-color css

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

 span { border-color: rgb(40,70,104); }

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