Html Css Color HEX #342BCC Persian Blue

📋 copy color: '#342BCC'

red 52 ◦ green 43 ◦ blue 204

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

Shades of Persian Blue #342BCC

Tints of Persian Blue #342BCC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.38%

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

R = 17.39%
G = 14.38%
B = 68.23%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#342BCC (or 0x342BCC) is known color: Persian Blue. HEX triplet: 34, 2B and CC. RGB value is (52,43,204). Sum of RGB (Red+Green+Blue) = 52+43+204=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #342BCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342BCC is #CBD433. Grayscale: #3F3F3F. Windows color (decimal): -13358132 or 13380404. OLE color: 13380404.

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

Color convert

RGB 52 43 204 -
CMYK 0.75 0.79 0 0.2
HSL 243.35º 0.65% 0.48% -
HSV(B) 243.35º 0.79% 0.8% -
XYZ 13.18 6.82 57.75 -
YUV 64.05 206.98 119.41 -
System Red Green Blue C M Y K H S L
Decimal 52 43 204 0.75 0.79 0 0.2 243.35 0.65 0.48
Hex 34 2B CC 4B 4F 0 14 F3 41 30
Octal 64 53 314 113 117 0 24 363 101 60
Binary 110100 101011 11001100 1001011 1001111 0 10100 11110011 1000001 110000

Color Harmonies of #342BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342BCC

Black with #342BCC

Text Example


Text Example

White with #342BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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