Html Css Color HEX #212BEB Persian Blue

📋 copy color: '#212BEB'

red 33 ◦ green 43 ◦ blue 235

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

Shades of Persian Blue #212BEB

Tints of Persian Blue #212BEB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.83%

 BLUE value IS 235 (92.19% from 255) = 75.56%

R = 10.61%
G = 13.83%
B = 75.56%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#212BEB (or 0x212BEB) is known color: Persian Blue. HEX triplet: 21, 2B and EB. RGB value is (33,43,235). Sum of RGB (Red+Green+Blue) = 33+43+235=311 (41% of max value = 765). Red value is 33 (13.28% from 255 or 10.61% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 235 (92.19% from 255 or 75.56% from 311); Max value from RGB is 235 - color contains mainly: blue. Hex color #212BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #212BEB is #DED414. Grayscale: #3D3D3D. Windows color (decimal): -14603285 or 15412001. OLE color: 15412001.

HSL color Cylindrical-coordinate representation of color #212BEB: hue angle of 237.03º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #212BEB is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 33 43 235 -
CMYK 0.86 0.82 0 0.08
HSL 237.03º 0.83% 0.53% -
HSV(B) 237.03º 0.86% 0.92% -
XYZ 16.49 8.05 79.28 -
YUV 61.9 225.69 107.39 -
System Red Green Blue C M Y K H S L
Decimal 33 43 235 0.86 0.82 0 0.08 237.03 0.83 0.53
Hex 21 2B EB 56 52 0 8 ED 53 35
Octal 41 53 353 126 122 0 10 355 123 65
Binary 100001 101011 11101011 1010110 1010010 0 1000 11101101 1010011 110101

Color Harmonies of #212BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212BEB

Black with #212BEB

Text Example


Text Example

White with #212BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,43,235); }

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

background-color css

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

 a { background-color: rgb(33,43,235); }

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

border-color css

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

 span { border-color: rgb(33,43,235); }

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