Html Css Color HEX #342CCE Persian Blue

📋 copy color: '#342CCE'

red 52 ◦ green 44 ◦ blue 206

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

Shades of Persian Blue #342CCE

Tints of Persian Blue #342CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 68.21%

R = 17.22%
G = 14.57%
B = 68.21%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#342CCE (or 0x342CCE) is known color: Persian Blue. HEX triplet: 34, 2C and CE. RGB value is (52,44,206). Sum of RGB (Red+Green+Blue) = 52+44+206=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 44 (17.58% from 255 or 14.57% from 302); Blue value is 206 (80.86% from 255 or 68.21% from 302); Max value from RGB is 206 - color contains mainly: blue. Hex color #342CCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CCE is #CBD331. Grayscale: #404040. Windows color (decimal): -13357874 or 13511732. OLE color: 13511732.

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

Color convert

RGB 52 44 206 -
CMYK 0.75 0.79 0 0.19
HSL 242.96º 0.65% 0.49% -
HSV(B) 242.96º 0.79% 0.81% -
XYZ 13.46 6.99 59.03 -
YUV 64.86 207.65 118.83 -
System Red Green Blue C M Y K H S L
Decimal 52 44 206 0.75 0.79 0 0.19 242.96 0.65 0.49
Hex 34 2C CE 4B 4F 0 13 F3 41 31
Octal 64 54 316 113 117 0 23 363 101 61
Binary 110100 101100 11001110 1001011 1001111 0 10011 11110011 1000001 110001

Color Harmonies of #342CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342CCE

Black with #342CCE

Text Example


Text Example

White with #342CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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