Html Css Color HEX #213DBE Persian Blue

📋 copy color: '#213DBE'

red 33 ◦ green 61 ◦ blue 190

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

Shades of Persian Blue #213DBE

Tints of Persian Blue #213DBE

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.48%

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

R = 11.62%
G = 21.48%
B = 66.9%

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

#213DBE (or 0x213DBE) is known color: Persian Blue. HEX triplet: 21, 3D and BE. RGB value is (33,61,190). Sum of RGB (Red+Green+Blue) = 33+61+190=284 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.62% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 190 (74.61% from 255 or 66.90% from 284); Max value from RGB is 190 - color contains mainly: blue. Hex color #213DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DBE is #DEC241. Grayscale: #424242. Windows color (decimal): -14598722 or 12467489. OLE color: 12467489.

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

Color convert

RGB 33 61 190 -
CMYK 0.83 0.68 0 0.25
HSL 229.3º 0.7% 0.44% -
HSV(B) 229.3º 0.83% 0.75% -
XYZ 11.59 7.38 49.53 -
YUV 67.33 197.22 103.51 -
System Red Green Blue C M Y K H S L
Decimal 33 61 190 0.83 0.68 0 0.25 229.3 0.7 0.44
Hex 21 3D BE 53 44 0 19 E5 46 2C
Octal 41 75 276 123 104 0 31 345 106 54
Binary 100001 111101 10111110 1010011 1000100 0 11001 11100101 1000110 101100

Color Harmonies of #213DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DBE

Black with #213DBE

Text Example


Text Example

White with #213DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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