Html Css Color HEX #283A72 Resolution Blue

📋 copy color: '#283A72'

red 40 ◦ green 58 ◦ blue 114

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

Shades of Resolution Blue #283A72

Tints of Resolution Blue #283A72

RGB

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

 GREEN value IS 58 (23.05% from 255) = 27.36%

 BLUE value IS 114 (44.92% from 255) = 53.77%

R = 18.87%
G = 27.36%
B = 53.77%

CMYK

 C value IS 0.65

 M value IS 0.49

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#283A72 (or 0x283A72) is known color: Resolution Blue. HEX triplet: 28, 3A and 72. RGB value is (40,58,114). Sum of RGB (Red+Green+Blue) = 40+58+114=212 (28% of max value = 765). Red value is 40 (16.02% from 255 or 18.87% from 212); Green value is 58 (23.05% from 255 or 27.36% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #283A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #283A72 is #D7C58D. Grayscale: #3A3A3A. Windows color (decimal): -14140814 or 7485992. OLE color: 7485992.

HSL color Cylindrical-coordinate representation of color #283A72: hue angle of 225.41º degrees, saturation: 0.48, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #283A72 is Cyan = 0.65, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 40 58 114 -
CMYK 0.65 0.49 0 0.55
HSL 225.41º 0.48% 0.3% -
HSV(B) 225.41º 0.65% 0.45% -
XYZ 5.43 4.69 16.54 -
YUV 59 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 40 58 114 0.65 0.49 0 0.55 225.41 0.48 0.3
Hex 28 3A 72 41 31 0 37 E1 30 1E
Octal 50 72 162 101 61 0 67 341 60 36
Binary 101000 111010 1110010 1000001 110001 0 110111 11100001 110000 11110

Color Harmonies of #283A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283A72

Black with #283A72

Text Example


Text Example

White with #283A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,58,114); }

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

background-color css

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

 a { background-color: rgb(40,58,114); }

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

border-color css

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

 span { border-color: rgb(40,58,114); }

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