Html Css Color HEX #284168 Catalina Blue

📋 copy color: '#284168'

red 40 ◦ green 65 ◦ blue 104

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

Shades of Catalina Blue #284168

Tints of Catalina Blue #284168

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.1%

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

R = 19.14%
G = 31.1%
B = 49.76%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#284168 (or 0x284168) is known color: Catalina Blue. HEX triplet: 28, 41 and 68. RGB value is (40,65,104). Sum of RGB (Red+Green+Blue) = 40+65+104=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 65 (25.78% from 255 or 31.10% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #284168 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284168 is #D7BE97. Grayscale: #3D3D3D. Windows color (decimal): -14139032 or 6832424. OLE color: 6832424.

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

Color convert

RGB 40 65 104 -
CMYK 0.62 0.38 0 0.59
HSL 216.56º 0.44% 0.28% -
HSV(B) 216.56º 0.62% 0.41% -
XYZ 5.26 5.23 13.83 -
YUV 61.97 151.72 112.33 -
System Red Green Blue C M Y K H S L
Decimal 40 65 104 0.62 0.38 0 0.59 216.56 0.44 0.28
Hex 28 41 68 3E 26 0 3B D9 2C 1C
Octal 50 101 150 76 46 0 73 331 54 34
Binary 101000 1000001 1101000 111110 100110 0 111011 11011001 101100 11100

Color Harmonies of #284168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284168

Black with #284168

Text Example


Text Example

White with #284168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284168; }

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

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

background-color css

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

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

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

border-color css

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

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

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