Html Css Color HEX #212E85 Resolution Blue

📋 copy color: '#212E85'

red 33 ◦ green 46 ◦ blue 133

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

Shades of Resolution Blue #212E85

Tints of Resolution Blue #212E85

RGB

 RED value IS 33 (13.28% from 255) = 15.57%

 GREEN value IS 46 (18.36% from 255) = 21.7%

 BLUE value IS 133 (52.34% from 255) = 62.74%

R = 15.57%
G = 21.7%
B = 62.74%

CMYK

 C value IS 0.75

 M value IS 0.65

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#212E85 (or 0x212E85) is known color: Resolution Blue. HEX triplet: 21, 2E and 85. RGB value is (33,46,133). Sum of RGB (Red+Green+Blue) = 33+46+133=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 133 (52.34% from 255 or 62.74% from 212); Max value from RGB is 133 - color contains mainly: blue. Hex color #212E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #212E85 is #DED17A. Grayscale: #333333. Windows color (decimal): -14602619 or 8728097. OLE color: 8728097.

HSL color Cylindrical-coordinate representation of color #212E85: hue angle of 232.2º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #212E85 is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 33 46 133 -
CMYK 0.75 0.65 0 0.48
HSL 232.2º 0.6% 0.33% -
HSV(B) 232.2º 0.75% 0.52% -
XYZ 5.84 3.97 22.65 -
YUV 52.03 173.69 114.43 -
System Red Green Blue C M Y K H S L
Decimal 33 46 133 0.75 0.65 0 0.48 232.2 0.6 0.33
Hex 21 2E 85 4B 41 0 30 E8 3C 21
Octal 41 56 205 113 101 0 60 350 74 41
Binary 100001 101110 10000101 1001011 1000001 0 110000 11101000 111100 100001

Color Harmonies of #212E85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212E85

Black with #212E85

Text Example


Text Example

White with #212E85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212E85; }

 p { color: rgb(33,46,133); }

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

background-color css

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

 a { background-color: rgb(33,46,133); }

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

border-color css

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

 span { border-color: rgb(33,46,133); }

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