Html Css Color HEX #213DC2 Persian Blue

📋 copy color: '#213DC2'

red 33 ◦ green 61 ◦ blue 194

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

Shades of Persian Blue #213DC2

Tints of Persian Blue #213DC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 67.36%

R = 11.46%
G = 21.18%
B = 67.36%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#213DC2 (or 0x213DC2) is known color: Persian Blue. HEX triplet: 21, 3D and C2. RGB value is (33,61,194). Sum of RGB (Red+Green+Blue) = 33+61+194=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 61 (24.22% from 255 or 21.18% from 288); Blue value is 194 (76.17% from 255 or 67.36% from 288); Max value from RGB is 194 - color contains mainly: blue. Hex color #213DC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DC2 is #DEC23D. Grayscale: #434343. Windows color (decimal): -14598718 or 12729633. OLE color: 12729633.

HSL color Cylindrical-coordinate representation of color #213DC2: hue angle of 229.57º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #213DC2 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 33 61 194 -
CMYK 0.83 0.69 0 0.24
HSL 229.57º 0.71% 0.45% -
HSV(B) 229.57º 0.83% 0.76% -
XYZ 12.03 7.56 51.86 -
YUV 67.79 199.22 103.19 -
System Red Green Blue C M Y K H S L
Decimal 33 61 194 0.83 0.69 0 0.24 229.57 0.71 0.45
Hex 21 3D C2 53 45 0 18 E6 47 2D
Octal 41 75 302 123 105 0 30 346 107 55
Binary 100001 111101 11000010 1010011 1000101 0 11000 11100110 1000111 101101

Color Harmonies of #213DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DC2

Black with #213DC2

Text Example


Text Example

White with #213DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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