Html Css Color HEX #284268 Catalina Blue

📋 copy color: '#284268'

red 40 ◦ green 66 ◦ blue 104

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

Shades of Catalina Blue #284268

Tints of Catalina Blue #284268

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.43%

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

R = 19.05%
G = 31.43%
B = 49.52%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#284268 (or 0x284268) is known color: Catalina Blue. HEX triplet: 28, 42 and 68. RGB value is (40,66,104). Sum of RGB (Red+Green+Blue) = 40+66+104=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #284268 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284268 is #D7BD97. Grayscale: #3E3E3E. Windows color (decimal): -14138776 or 6832680. OLE color: 6832680.

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

Color convert

RGB 40 66 104 -
CMYK 0.62 0.37 0 0.59
HSL 215.63º 0.44% 0.28% -
HSV(B) 215.63º 0.62% 0.41% -
XYZ 5.32 5.35 13.85 -
YUV 62.56 151.39 111.91 -
System Red Green Blue C M Y K H S L
Decimal 40 66 104 0.62 0.37 0 0.59 215.63 0.44 0.28
Hex 28 42 68 3E 25 0 3B D8 2C 1C
Octal 50 102 150 76 45 0 73 330 54 34
Binary 101000 1000010 1101000 111110 100101 0 111011 11011000 101100 11100

Color Harmonies of #284268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284268

Black with #284268

Text Example


Text Example

White with #284268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284268; }

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

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

background-color css

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

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

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

border-color css

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

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

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