Html Css Color HEX #3430CD Persian Blue

📋 copy color: '#3430CD'

red 52 ◦ green 48 ◦ blue 205

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

Shades of Persian Blue #3430CD

Tints of Persian Blue #3430CD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.74%

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

R = 17.05%
G = 15.74%
B = 67.21%

CMYK

 C value IS 0.75

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3430CD (or 0x3430CD) is known color: Persian Blue. HEX triplet: 34, 30 and CD. RGB value is (52,48,205). Sum of RGB (Red+Green+Blue) = 52+48+205=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 205 (80.47% from 255 or 67.21% from 305); Max value from RGB is 205 - color contains mainly: blue. Hex color #3430CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3430CD is #CBCF32. Grayscale: #424242. Windows color (decimal): -13356851 or 13447220. OLE color: 13447220.

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

Color convert

RGB 52 48 205 -
CMYK 0.75 0.77 0 0.20
HSL 241.53º 0.62% 0.5% -
HSV(B) 241.53º 0.77% 0.8% -
XYZ 13.49 7.25 58.45 -
YUV 67.09 205.83 117.23 -
System Red Green Blue C M Y K H S L
Decimal 52 48 205 0.75 0.77 0 0.20 241.53 0.62 0.5
Hex 34 30 CD 4B 4D 0 14 F2 3E 32
Octal 64 60 315 113 115 0 24 362 76 62
Binary 110100 110000 11001101 1001011 1001101 0 10100 11110010 111110 110010

Color Harmonies of #3430CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3430CD

Black with #3430CD

Text Example


Text Example

White with #3430CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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