Html Css Color HEX #342CCC Persian Blue

📋 copy color: '#342CCC'

red 52 ◦ green 44 ◦ blue 204

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

Shades of Persian Blue #342CCC

Tints of Persian Blue #342CCC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.67%

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

R = 17.33%
G = 14.67%
B = 68%

CMYK

 C value IS 0.75

 M value IS 0.78

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#342CCC (or 0x342CCC) is known color: Persian Blue. HEX triplet: 34, 2C and CC. RGB value is (52,44,204). Sum of RGB (Red+Green+Blue) = 52+44+204=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 44 (17.58% from 255 or 14.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #342CCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CCC is #CBD333. Grayscale: #404040. Windows color (decimal): -13357876 or 13380660. OLE color: 13380660.

HSL color Cylindrical-coordinate representation of color #342CCC: hue angle of 243º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #342CCC is Cyan = 0.75, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 52 44 204 -
CMYK 0.75 0.78 0 0.2
HSL 243º 0.65% 0.49% -
HSV(B) 243º 0.78% 0.8% -
XYZ 13.22 6.89 57.76 -
YUV 64.63 206.65 118.99 -
System Red Green Blue C M Y K H S L
Decimal 52 44 204 0.75 0.78 0 0.2 243 0.65 0.49
Hex 34 2C CC 4B 4E 0 14 F3 41 31
Octal 64 54 314 113 116 0 24 363 101 61
Binary 110100 101100 11001100 1001011 1001110 0 10100 11110011 1000001 110001

Color Harmonies of #342CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342CCC

Black with #342CCC

Text Example


Text Example

White with #342CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342CCC; }

 p { color: rgb(52,44,204); }

 H1.HeaderClassName
 {
   color: #342CCC;
 }
 .AnyTagClassName
 {
   color: #342CCC;
 }
</style>

background-color css

<style>
 a { background-color: #342CCC; }

 a { background-color: rgb(52,44,204); }

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

border-color css

<style>
 span { border-color: #342CCC; }

 span { border-color: rgb(52,44,204); }

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