Html Css Color HEX #284267 Catalina Blue

📋 copy color: '#284267'

red 40 ◦ green 66 ◦ blue 103

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

Shades of Catalina Blue #284267

Tints of Catalina Blue #284267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 49.28%

R = 19.14%
G = 31.58%
B = 49.28%

CMYK

 C value IS 0.61

 M value IS 0.36

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#284267 (or 0x284267) is known color: Catalina Blue. HEX triplet: 28, 42 and 67. RGB value is (40,66,103). Sum of RGB (Red+Green+Blue) = 40+66+103=209 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.14% from 209); Green value is 66 (26.17% from 255 or 31.58% from 209); Blue value is 103 (40.62% from 255 or 49.28% from 209); Max value from RGB is 103 - color contains mainly: blue. Hex color #284267 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284267 is #D7BD98. Grayscale: #3E3E3E. Windows color (decimal): -14138777 or 6767144. OLE color: 6767144.

HSL color Cylindrical-coordinate representation of color #284267: hue angle of 215.24º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #284267 is Cyan = 0.61, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 40 66 103 -
CMYK 0.61 0.36 0 0.60
HSL 215.24º 0.44% 0.28% -
HSV(B) 215.24º 0.61% 0.4% -
XYZ 5.27 5.33 13.58 -
YUV 62.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 40 66 103 0.61 0.36 0 0.60 215.24 0.44 0.28
Hex 28 42 67 3D 24 0 3C D7 2C 1C
Octal 50 102 147 75 44 0 74 327 54 34
Binary 101000 1000010 1100111 111101 100100 0 111100 11010111 101100 11100

Color Harmonies of #284267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284267

Black with #284267

Text Example


Text Example

White with #284267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284267; }

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

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

background-color css

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

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

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

border-color css

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

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

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