Html Css Color HEX #213DCB Persian Blue

📋 copy color: '#213DCB'

red 33 ◦ green 61 ◦ blue 203

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

Shades of Persian Blue #213DCB

Tints of Persian Blue #213DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 68.35%

R = 11.11%
G = 20.54%
B = 68.35%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#213DCB (or 0x213DCB) is known color: Persian Blue. HEX triplet: 21, 3D and CB. RGB value is (33,61,203). Sum of RGB (Red+Green+Blue) = 33+61+203=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 61 (24.22% from 255 or 20.54% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #213DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213DCB is #DEC234. Grayscale: #444444. Windows color (decimal): -14598709 or 13319457. OLE color: 13319457.

HSL color Cylindrical-coordinate representation of color #213DCB: hue angle of 230.12º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #213DCB is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 61 203 -
CMYK 0.84 0.70 0 0.20
HSL 230.12º 0.72% 0.46% -
HSV(B) 230.12º 0.84% 0.8% -
XYZ 13.08 7.97 57.35 -
YUV 68.82 203.72 102.45 -
System Red Green Blue C M Y K H S L
Decimal 33 61 203 0.84 0.70 0 0.20 230.12 0.72 0.46
Hex 21 3D CB 54 46 0 14 E6 48 2E
Octal 41 75 313 124 106 0 24 346 110 56
Binary 100001 111101 11001011 1010100 1000110 0 10100 11100110 1001000 101110

Color Harmonies of #213DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213DCB

Black with #213DCB

Text Example


Text Example

White with #213DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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