Html Css Color HEX #213CCC Persian Blue

📋 copy color: '#213CCC'

red 33 ◦ green 60 ◦ blue 204

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

Shades of Persian Blue #213CCC

Tints of Persian Blue #213CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 68.69%

R = 11.11%
G = 20.2%
B = 68.69%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#213CCC (or 0x213CCC) is known color: Persian Blue. HEX triplet: 21, 3C and CC. RGB value is (33,60,204). Sum of RGB (Red+Green+Blue) = 33+60+204=297 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.11% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #213CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213CCC is #DEC333. Grayscale: #434343. Windows color (decimal): -14598964 or 13384737. OLE color: 13384737.

HSL color Cylindrical-coordinate representation of color #213CCC: hue angle of 230.53º 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 #213CCC is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 60 204 -
CMYK 0.84 0.71 0 0.2
HSL 230.53º 0.72% 0.46% -
HSV(B) 230.53º 0.84% 0.8% -
XYZ 13.14 7.91 57.96 -
YUV 68.34 204.55 102.79 -
System Red Green Blue C M Y K H S L
Decimal 33 60 204 0.84 0.71 0 0.2 230.53 0.72 0.46
Hex 21 3C CC 54 47 0 14 E7 48 2E
Octal 41 74 314 124 107 0 24 347 110 56
Binary 100001 111100 11001100 1010100 1000111 0 10100 11100111 1001000 101110

Color Harmonies of #213CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213CCC

Black with #213CCC

Text Example


Text Example

White with #213CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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