Html Css Color HEX #2D17CC Persian Blue

📋 copy color: '#2D17CC'

red 45 ◦ green 23 ◦ blue 204

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

Shades of Persian Blue #2D17CC

Tints of Persian Blue #2D17CC

RGB

 RED value IS 45 (17.97% from 255) = 16.54%

 GREEN value IS 23 (9.38% from 255) = 8.46%

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

R = 16.54%
G = 8.46%
B = 75%

CMYK

 C value IS 0.78

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2D17CC (or 0x2D17CC) is known color: Persian Blue. HEX triplet: 2D, 17 and CC. RGB value is (45,23,204). Sum of RGB (Red+Green+Blue) = 45+23+204=272 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.54% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D17CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D17CC is #D2E833. Grayscale: #313131. Windows color (decimal): -13822004 or 13375277. OLE color: 13375277.

HSL color Cylindrical-coordinate representation of color #2D17CC: hue angle of 247.29º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #2D17CC is Cyan = 0.78, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 45 23 204 -
CMYK 0.78 0.89 0 0.2
HSL 247.29º 0.8% 0.45% -
HSV(B) 247.29º 0.89% 0.8% -
XYZ 12.29 5.53 57.55 -
YUV 50.21 214.79 124.28 -
System Red Green Blue C M Y K H S L
Decimal 45 23 204 0.78 0.89 0 0.2 247.29 0.8 0.45
Hex 2D 17 CC 4E 59 0 14 F7 50 2D
Octal 55 27 314 116 131 0 24 367 120 55
Binary 101101 10111 11001100 1001110 1011001 0 10100 11110111 1010000 101101

Color Harmonies of #2D17CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D17CC

Black with #2D17CC

Text Example


Text Example

White with #2D17CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2D17CC; }

 p { color: rgb(45,23,204); }

 H1.HeaderClassName
 {
   color: #2D17CC;
 }
 .AnyTagClassName
 {
   color: #2D17CC;
 }
</style>

background-color css

<style>
 a { background-color: #2D17CC; }

 a { background-color: rgb(45,23,204); }

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

border-color css

<style>
 span { border-color: #2D17CC; }

 span { border-color: rgb(45,23,204); }

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