Html Css Color HEX #3423CD Persian Blue

📋 copy color: '#3423CD'

red 52 ◦ green 35 ◦ blue 205

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

Shades of Persian Blue #3423CD

Tints of Persian Blue #3423CD

RGB

 RED value IS 52 (20.7% from 255) = 17.81%

 GREEN value IS 35 (14.06% from 255) = 11.99%

 BLUE value IS 205 (80.47% from 255) = 70.21%

R = 17.81%
G = 11.99%
B = 70.21%

CMYK

 C value IS 0.75

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3423CD (or 0x3423CD) is known color: Persian Blue. HEX triplet: 34, 23 and CD. RGB value is (52,35,205). Sum of RGB (Red+Green+Blue) = 52+35+205=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 205 (80.47% from 255 or 70.21% from 292); Max value from RGB is 205 - color contains mainly: blue. Hex color #3423CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3423CD is #CBDC32. Grayscale: #3A3A3A. Windows color (decimal): -13360179 or 13443892. OLE color: 13443892.

HSL color Cylindrical-coordinate representation of color #3423CD: hue angle of 246º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #3423CD is Cyan = 0.75, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 35 205 -
CMYK 0.75 0.83 0 0.20
HSL 246º 0.71% 0.47% -
HSV(B) 246º 0.83% 0.8% -
XYZ 13.04 6.34 58.29 -
YUV 59.46 210.13 122.68 -
System Red Green Blue C M Y K H S L
Decimal 52 35 205 0.75 0.83 0 0.20 246 0.71 0.47
Hex 34 23 CD 4B 53 0 14 F6 47 2F
Octal 64 43 315 113 123 0 24 366 107 57
Binary 110100 100011 11001101 1001011 1010011 0 10100 11110110 1000111 101111

Color Harmonies of #3423CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3423CD

Black with #3423CD

Text Example


Text Example

White with #3423CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3423CD; }

 p { color: rgb(52,35,205); }

 H1.HeaderClassName
 {
   color: #3423CD;
 }
 .AnyTagClassName
 {
   color: #3423CD;
 }
</style>

background-color css

<style>
 a { background-color: #3423CD; }

 a { background-color: rgb(52,35,205); }

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

border-color css

<style>
 span { border-color: #3423CD; }

 span { border-color: rgb(52,35,205); }

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