Html Css Color HEX #284069 Catalina Blue

📋 copy color: '#284069'

red 40 ◦ green 64 ◦ blue 105

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

Shades of Catalina Blue #284069

Tints of Catalina Blue #284069

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

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

R = 19.14%
G = 30.62%
B = 50.24%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#284069 (or 0x284069) is known color: Catalina Blue. HEX triplet: 28, 40 and 69. RGB value is (40,64,105). Sum of RGB (Red+Green+Blue) = 40+64+105=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #284069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284069 is #D7BF96. Grayscale: #3D3D3D. Windows color (decimal): -14139287 or 6897704. OLE color: 6897704.

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

Color convert

RGB 40 64 105 -
CMYK 0.62 0.39 0 0.59
HSL 217.85º 0.45% 0.28% -
HSV(B) 217.85º 0.62% 0.41% -
XYZ 5.26 5.14 14.08 -
YUV 61.5 152.55 112.67 -
System Red Green Blue C M Y K H S L
Decimal 40 64 105 0.62 0.39 0 0.59 217.85 0.45 0.28
Hex 28 40 69 3E 27 0 3B DA 2D 1C
Octal 50 100 151 76 47 0 73 332 55 34
Binary 101000 1000000 1101001 111110 100111 0 111011 11011010 101101 11100

Color Harmonies of #284069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284069

Black with #284069

Text Example


Text Example

White with #284069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284069; }

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

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

background-color css

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

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

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

border-color css

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

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

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