Html Css Color HEX #212FBE Persian Blue

📋 copy color: '#212FBE'

red 33 ◦ green 47 ◦ blue 190

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

Shades of Persian Blue #212FBE

Tints of Persian Blue #212FBE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.41%

 BLUE value IS 190 (74.61% from 255) = 70.37%

R = 12.22%
G = 17.41%
B = 70.37%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#212FBE (or 0x212FBE) is known color: Persian Blue. HEX triplet: 21, 2F and BE. RGB value is (33,47,190). Sum of RGB (Red+Green+Blue) = 33+47+190=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 190 (74.61% from 255 or 70.37% from 270); Max value from RGB is 190 - color contains mainly: blue. Hex color #212FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #212FBE is #DED041. Grayscale: #3A3A3A. Windows color (decimal): -14602306 or 12463905. OLE color: 12463905.

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

Color convert

RGB 33 47 190 -
CMYK 0.83 0.75 0 0.25
HSL 234.65º 0.7% 0.44% -
HSV(B) 234.65º 0.83% 0.75% -
XYZ 10.94 6.07 49.31 -
YUV 59.12 201.86 109.37 -
System Red Green Blue C M Y K H S L
Decimal 33 47 190 0.83 0.75 0 0.25 234.65 0.7 0.44
Hex 21 2F BE 53 4B 0 19 EB 46 2C
Octal 41 57 276 123 113 0 31 353 106 54
Binary 100001 101111 10111110 1010011 1001011 0 11001 11101011 1000110 101100

Color Harmonies of #212FBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212FBE

Black with #212FBE

Text Example


Text Example

White with #212FBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,47,190); }

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

background-color css

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

 a { background-color: rgb(33,47,190); }

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

border-color css

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

 span { border-color: rgb(33,47,190); }

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