Html Css Color HEX #283D77 Resolution Blue

📋 copy color: '#283D77'

red 40 ◦ green 61 ◦ blue 119

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

Shades of Resolution Blue #283D77

Tints of Resolution Blue #283D77

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.73%

 BLUE value IS 119 (46.88% from 255) = 54.09%

R = 18.18%
G = 27.73%
B = 54.09%

CMYK

 C value IS 0.66

 M value IS 0.49

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#283D77 (or 0x283D77) is known color: Resolution Blue. HEX triplet: 28, 3D and 77. RGB value is (40,61,119). Sum of RGB (Red+Green+Blue) = 40+61+119=220 (29% of max value = 765). Red value is 40 (16.02% from 255 or 18.18% from 220); Green value is 61 (24.22% from 255 or 27.73% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #283D77 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283D77 is #D7C288. Grayscale: #3D3D3D. Windows color (decimal): -14140041 or 7814440. OLE color: 7814440.

HSL color Cylindrical-coordinate representation of color #283D77: hue angle of 224.05º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #283D77 is Cyan = 0.66, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 40 61 119 -
CMYK 0.66 0.49 0 0.53
HSL 224.05º 0.5% 0.31% -
HSV(B) 224.05º 0.66% 0.47% -
XYZ 5.87 5.12 18.13 -
YUV 61.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 40 61 119 0.66 0.49 0 0.53 224.05 0.5 0.31
Hex 28 3D 77 42 31 0 35 E0 32 1F
Octal 50 75 167 102 61 0 65 340 62 37
Binary 101000 111101 1110111 1000010 110001 0 110101 11100000 110010 11111

Color Harmonies of #283D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283D77

Black with #283D77

Text Example


Text Example

White with #283D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #283D77; }

 p { color: rgb(40,61,119); }

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

background-color css

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

 a { background-color: rgb(40,61,119); }

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

border-color css

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

 span { border-color: rgb(40,61,119); }

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