Html Css Color HEX #2721CC Persian Blue

📋 copy color: '#2721CC'

red 39 ◦ green 33 ◦ blue 204

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

Shades of Persian Blue #2721CC

Tints of Persian Blue #2721CC

RGB

 RED value IS 39 (15.63% from 255) = 14.13%

 GREEN value IS 33 (13.28% from 255) = 11.96%

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

R = 14.13%
G = 11.96%
B = 73.91%

CMYK

 C value IS 0.81

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2721CC (or 0x2721CC) is known color: Persian Blue. HEX triplet: 27, 21 and CC. RGB value is (39,33,204). Sum of RGB (Red+Green+Blue) = 39+33+204=276 (36% of max value = 765). Red value is 39 (15.62% from 255 or 14.13% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #2721CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2721CC is #D8DE33. Grayscale: #353535. Windows color (decimal): -14212660 or 13377831. OLE color: 13377831.

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

Color convert

RGB 39 33 204 -
CMYK 0.81 0.84 0 0.2
HSL 242.11º 0.72% 0.46% -
HSV(B) 242.11º 0.84% 0.8% -
XYZ 12.28 5.88 57.61 -
YUV 54.29 212.49 117.1 -
System Red Green Blue C M Y K H S L
Decimal 39 33 204 0.81 0.84 0 0.2 242.11 0.72 0.46
Hex 27 21 CC 51 54 0 14 F2 48 2E
Octal 47 41 314 121 124 0 24 362 110 56
Binary 100111 100001 11001100 1010001 1010100 0 10100 11110010 1001000 101110

Color Harmonies of #2721CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2721CC

Black with #2721CC

Text Example


Text Example

White with #2721CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2721CC; }

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

 H1.HeaderClassName
 {
   color: #2721CC;
 }
 .AnyTagClassName
 {
   color: #2721CC;
 }
</style>

background-color css

<style>
 a { background-color: #2721CC; }

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

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

border-color css

<style>
 span { border-color: #2721CC; }

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

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