Html Css Color HEX #284669 Catalina Blue

📋 copy color: '#284669'

red 40 ◦ green 70 ◦ blue 105

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

Shades of Catalina Blue #284669

Tints of Catalina Blue #284669

RGB

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

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

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

R = 18.6%
G = 32.56%
B = 48.84%

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

#284669 (or 0x284669) is known color: Catalina Blue. HEX triplet: 28, 46 and 69. RGB value is (40,70,105). Sum of RGB (Red+Green+Blue) = 40+70+105=215 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.60% from 215); Green value is 70 (27.73% from 255 or 32.56% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 105 - color contains mainly: blue. Hex color #284669 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284669 is #D7B996. Grayscale: #404040. Windows color (decimal): -14137751 or 6899240. OLE color: 6899240.

HSL color Cylindrical-coordinate representation of color #284669: hue angle of 212.31º degrees, saturation: 0.45, 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 #284669 is Cyan = 0.62, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 40 70 105 -
CMYK 0.62 0.33 0 0.59
HSL 212.31º 0.45% 0.28% -
HSV(B) 212.31º 0.62% 0.41% -
XYZ 5.62 5.85 14.2 -
YUV 65.02 150.56 110.15 -
System Red Green Blue C M Y K H S L
Decimal 40 70 105 0.62 0.33 0 0.59 212.31 0.45 0.28
Hex 28 46 69 3E 21 0 3B D4 2D 1C
Octal 50 106 151 76 41 0 73 324 55 34
Binary 101000 1000110 1101001 111110 100001 0 111011 11010100 101101 11100

Color Harmonies of #284669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284669

Black with #284669

Text Example


Text Example

White with #284669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284669; }

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

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

background-color css

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

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

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

border-color css

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

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

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