Html Css Color HEX #213CBE Persian Blue

📋 copy color: '#213CBE'

red 33 ◦ green 60 ◦ blue 190

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

Shades of Persian Blue #213CBE

Tints of Persian Blue #213CBE

RGB

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

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

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

R = 11.66%
G = 21.2%
B = 67.14%

CMYK

 C value IS 0.83

 M value IS 0.68

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#213CBE (or 0x213CBE) is known color: Persian Blue. HEX triplet: 21, 3C and BE. RGB value is (33,60,190). Sum of RGB (Red+Green+Blue) = 33+60+190=283 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.66% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 190 (74.61% from 255 or 67.14% from 283); Max value from RGB is 190 - color contains mainly: blue. Hex color #213CBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213CBE is #DEC341. Grayscale: #424242. Windows color (decimal): -14598978 or 12467233. OLE color: 12467233.

HSL color Cylindrical-coordinate representation of color #213CBE: hue angle of 229.68º 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 #213CBE is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 33 60 190 -
CMYK 0.83 0.68 0 0.25
HSL 229.68º 0.7% 0.44% -
HSV(B) 229.68º 0.83% 0.75% -
XYZ 11.54 7.27 49.51 -
YUV 66.75 197.55 103.93 -
System Red Green Blue C M Y K H S L
Decimal 33 60 190 0.83 0.68 0 0.25 229.68 0.7 0.44
Hex 21 3C BE 53 44 0 19 E6 46 2C
Octal 41 74 276 123 104 0 31 346 106 54
Binary 100001 111100 10111110 1010011 1000100 0 11001 11100110 1000110 101100

Color Harmonies of #213CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CBE

Black with #213CBE

Text Example


Text Example

White with #213CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213CBE; }

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

 H1.HeaderClassName
 {
   color: #213CBE;
 }
 .AnyTagClassName
 {
   color: #213CBE;
 }
</style>

background-color css

<style>
 a { background-color: #213CBE; }

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

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

border-color css

<style>
 span { border-color: #213CBE; }

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

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