Html Css Color HEX #212EBD Persian Blue

📋 copy color: '#212EBD'

red 33 ◦ green 46 ◦ blue 189

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

Shades of Persian Blue #212EBD

Tints of Persian Blue #212EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 70.52%

R = 12.31%
G = 17.16%
B = 70.52%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#212EBD (or 0x212EBD) is known color: Persian Blue. HEX triplet: 21, 2E and BD. RGB value is (33,46,189). Sum of RGB (Red+Green+Blue) = 33+46+189=268 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.31% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 189 (74.22% from 255 or 70.52% from 268); Max value from RGB is 189 - color contains mainly: blue. Hex color #212EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212EBD is #DED142. Grayscale: #393939. Windows color (decimal): -14602563 or 12398113. OLE color: 12398113.

HSL color Cylindrical-coordinate representation of color #212EBD: hue angle of 235º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #212EBD is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 33 46 189 -
CMYK 0.83 0.76 0 0.26
HSL 235º 0.7% 0.44% -
HSV(B) 235º 0.83% 0.74% -
XYZ 10.79 5.95 48.72 -
YUV 58.42 201.69 109.87 -
System Red Green Blue C M Y K H S L
Decimal 33 46 189 0.83 0.76 0 0.26 235 0.7 0.44
Hex 21 2E BD 53 4C 0 1A EB 46 2C
Octal 41 56 275 123 114 0 32 353 106 54
Binary 100001 101110 10111101 1010011 1001100 0 11010 11101011 1000110 101100

Color Harmonies of #212EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212EBD

Black with #212EBD

Text Example


Text Example

White with #212EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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