Html Css Color HEX #283476 Resolution Blue

📋 copy color: '#283476'

red 40 ◦ green 52 ◦ blue 118

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

Shades of Resolution Blue #283476

Tints of Resolution Blue #283476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.76%

 BLUE value IS 118 (46.48% from 255) = 56.19%

R = 19.05%
G = 24.76%
B = 56.19%

CMYK

 C value IS 0.66

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#283476 (or 0x283476) is known color: Resolution Blue. HEX triplet: 28, 34 and 76. RGB value is (40,52,118). Sum of RGB (Red+Green+Blue) = 40+52+118=210 (27% of max value = 765). Red value is 40 (16.02% from 255 or 19.05% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 118 (46.48% from 255 or 56.19% from 210); Max value from RGB is 118 - color contains mainly: blue. Hex color #283476 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283476 is #D7CB89. Grayscale: #373737. Windows color (decimal): -14142346 or 7746600. OLE color: 7746600.

HSL color Cylindrical-coordinate representation of color #283476: hue angle of 230.77º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #283476 is Cyan = 0.66, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 40 52 118 -
CMYK 0.66 0.56 0 0.54
HSL 230.77º 0.49% 0.31% -
HSV(B) 230.77º 0.66% 0.46% -
XYZ 5.37 4.22 17.67 -
YUV 55.94 163.02 116.63 -
System Red Green Blue C M Y K H S L
Decimal 40 52 118 0.66 0.56 0 0.54 230.77 0.49 0.31
Hex 28 34 76 42 38 0 36 E7 31 1F
Octal 50 64 166 102 70 0 66 347 61 37
Binary 101000 110100 1110110 1000010 111000 0 110110 11100111 110001 11111

Color Harmonies of #283476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283476

Black with #283476

Text Example


Text Example

White with #283476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283476; }

 p { color: rgb(40,52,118); }

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

background-color css

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

 a { background-color: rgb(40,52,118); }

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

border-color css

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

 span { border-color: rgb(40,52,118); }

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