Html Css Color HEX #213FCB Persian Blue

📋 copy color: '#213FCB'

red 33 ◦ green 63 ◦ blue 203

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

Shades of Persian Blue #213FCB

Tints of Persian Blue #213FCB

RGB

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

 GREEN value IS 63 (25% from 255) = 21.07%

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

R = 11.04%
G = 21.07%
B = 67.89%

CMYK

 C value IS 0.84

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#213FCB (or 0x213FCB) is known color: Persian Blue. HEX triplet: 21, 3F and CB. RGB value is (33,63,203). Sum of RGB (Red+Green+Blue) = 33+63+203=299 (39% of max value = 765). Red value is 33 (13.28% from 255 or 11.04% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #213FCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #213FCB is #DEC034. Grayscale: #454545. Windows color (decimal): -14598197 or 13319969. OLE color: 13319969.

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

Color convert

RGB 33 63 203 -
CMYK 0.84 0.69 0 0.20
HSL 229.41º 0.72% 0.46% -
HSV(B) 229.41º 0.84% 0.8% -
XYZ 13.18 8.19 57.39 -
YUV 69.99 203.06 101.62 -
System Red Green Blue C M Y K H S L
Decimal 33 63 203 0.84 0.69 0 0.20 229.41 0.72 0.46
Hex 21 3F CB 54 45 0 14 E5 48 2E
Octal 41 77 313 124 105 0 24 345 110 56
Binary 100001 111111 11001011 1010100 1000101 0 10100 11100101 1001000 101110

Color Harmonies of #213FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213FCB

Black with #213FCB

Text Example


Text Example

White with #213FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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