Html Css Color HEX #213BCE Persian Blue

📋 copy color: '#213BCE'

red 33 ◦ green 59 ◦ blue 206

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

Shades of Persian Blue #213BCE

Tints of Persian Blue #213BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.8%

 BLUE value IS 206 (80.86% from 255) = 69.13%

R = 11.07%
G = 19.8%
B = 69.13%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#213BCE (or 0x213BCE) is known color: Persian Blue. HEX triplet: 21, 3B and CE. RGB value is (33,59,206). Sum of RGB (Red+Green+Blue) = 33+59+206=298 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.07% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 206 (80.86% from 255 or 69.13% from 298); Max value from RGB is 206 - color contains mainly: blue. Hex color #213BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213BCE is #DEC431. Grayscale: #434343. Windows color (decimal): -14599218 or 13515553. OLE color: 13515553.

HSL color Cylindrical-coordinate representation of color #213BCE: hue angle of 230.98º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213BCE is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 59 206 -
CMYK 0.84 0.71 0 0.19
HSL 230.98º 0.72% 0.47% -
HSV(B) 230.98º 0.84% 0.81% -
XYZ 13.33 7.91 59.22 -
YUV 67.98 205.89 103.05 -
System Red Green Blue C M Y K H S L
Decimal 33 59 206 0.84 0.71 0 0.19 230.98 0.72 0.47
Hex 21 3B CE 54 47 0 13 E7 48 2F
Octal 41 73 316 124 107 0 23 347 110 57
Binary 100001 111011 11001110 1010100 1000111 0 10011 11100111 1001000 101111

Color Harmonies of #213BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213BCE

Black with #213BCE

Text Example


Text Example

White with #213BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,59,206); }

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

background-color css

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

 a { background-color: rgb(33,59,206); }

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

border-color css

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

 span { border-color: rgb(33,59,206); }

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