Html Css Color HEX #283C89 Resolution Blue

📋 copy color: '#283C89'

red 40 ◦ green 60 ◦ blue 137

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

Shades of Resolution Blue #283C89

Tints of Resolution Blue #283C89

RGB

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

 GREEN value IS 60 (23.83% from 255) = 25.32%

 BLUE value IS 137 (53.91% from 255) = 57.81%

R = 16.88%
G = 25.32%
B = 57.81%

CMYK

 C value IS 0.71

 M value IS 0.56

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#283C89 (or 0x283C89) is known color: Resolution Blue. HEX triplet: 28, 3C and 89. RGB value is (40,60,137). Sum of RGB (Red+Green+Blue) = 40+60+137=237 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.88% from 237); Green value is 60 (23.83% from 255 or 25.32% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #283C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #283C89 is #D7C376. Grayscale: #3E3E3E. Windows color (decimal): -14140279 or 8993832. OLE color: 8993832.

HSL color Cylindrical-coordinate representation of color #283C89: hue angle of 227.63º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #283C89 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 40 60 137 -
CMYK 0.71 0.56 0 0.46
HSL 227.63º 0.55% 0.35% -
HSV(B) 227.63º 0.71% 0.54% -
XYZ 7.01 5.49 24.36 -
YUV 62.8 169.87 111.74 -
System Red Green Blue C M Y K H S L
Decimal 40 60 137 0.71 0.56 0 0.46 227.63 0.55 0.35
Hex 28 3C 89 47 38 0 2E E4 37 23
Octal 50 74 211 107 70 0 56 344 67 43
Binary 101000 111100 10001001 1000111 111000 0 101110 11100100 110111 100011

Color Harmonies of #283C89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #283C89

Black with #283C89

Text Example


Text Example

White with #283C89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,60,137); }

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

background-color css

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

 a { background-color: rgb(40,60,137); }

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

border-color css

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

 span { border-color: rgb(40,60,137); }

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