Html Css Color HEX #284261 Catalina Blue

📋 copy color: '#284261'

red 40 ◦ green 66 ◦ blue 97

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

Shades of Catalina Blue #284261

Tints of Catalina Blue #284261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.78%

R = 19.7%
G = 32.51%
B = 47.78%

CMYK

 C value IS 0.59

 M value IS 0.32

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#284261 (or 0x284261) is known color: Catalina Blue. HEX triplet: 28, 42 and 61. RGB value is (40,66,97). Sum of RGB (Red+Green+Blue) = 40+66+97=203 (26% of max value = 765). Red value is 40 (16.02% from 255 or 19.70% from 203); Green value is 66 (26.17% from 255 or 32.51% from 203); Blue value is 97 (38.28% from 255 or 47.78% from 203); Max value from RGB is 97 - color contains mainly: blue. Hex color #284261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #284261 is #D7BD9E. Grayscale: #3D3D3D. Windows color (decimal): -14138783 or 6373928. OLE color: 6373928.

HSL color Cylindrical-coordinate representation of color #284261: hue angle of 212.63º degrees, saturation: 0.42, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #284261 is Cyan = 0.59, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 40 66 97 -
CMYK 0.59 0.32 0 0.62
HSL 212.63º 0.42% 0.27% -
HSV(B) 212.63º 0.59% 0.38% -
XYZ 4.98 5.21 12.05 -
YUV 61.76 147.89 112.48 -
System Red Green Blue C M Y K H S L
Decimal 40 66 97 0.59 0.32 0 0.62 212.63 0.42 0.27
Hex 28 42 61 3B 20 0 3E D5 2A 1B
Octal 50 102 141 73 40 0 76 325 52 33
Binary 101000 1000010 1100001 111011 100000 0 111110 11010101 101010 11011

Color Harmonies of #284261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284261

Black with #284261

Text Example


Text Example

White with #284261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284261; }

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

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

background-color css

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

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

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

border-color css

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

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

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