Html Css Color HEX #283560 Gulf Blue

📋 copy color: '#283560'

red 40 ◦ green 53 ◦ blue 96

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

Shades of Gulf Blue #283560

Tints of Gulf Blue #283560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.04%

 BLUE value IS 96 (37.89% from 255) = 50.79%

R = 21.16%
G = 28.04%
B = 50.79%

CMYK

 C value IS 0.58

 M value IS 0.45

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#283560 (or 0x283560) is known color: Gulf Blue. HEX triplet: 28, 35 and 60. RGB value is (40,53,96). Sum of RGB (Red+Green+Blue) = 40+53+96=189 (25% of max value = 765). Red value is 40 (16.02% from 255 or 21.16% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 96 (37.89% from 255 or 50.79% from 189); Max value from RGB is 96 - color contains mainly: blue. Hex color #283560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283560 is #D7CA9F. Grayscale: #353535. Windows color (decimal): -14142112 or 6305064. OLE color: 6305064.

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

Color convert

RGB 40 53 96 -
CMYK 0.58 0.45 0 0.62
HSL 226.07º 0.41% 0.27% -
HSV(B) 226.07º 0.58% 0.38% -
XYZ 4.26 3.84 11.58 -
YUV 54.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 40 53 96 0.58 0.45 0 0.62 226.07 0.41 0.27
Hex 28 35 60 3A 2D 0 3E E2 29 1B
Octal 50 65 140 72 55 0 76 342 51 33
Binary 101000 110101 1100000 111010 101101 0 111110 11100010 101001 11011

Color Harmonies of #283560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283560

Black with #283560

Text Example


Text Example

White with #283560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283560; }

 p { color: rgb(40,53,96); }

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

background-color css

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

 a { background-color: rgb(40,53,96); }

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

border-color css

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

 span { border-color: rgb(40,53,96); }

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