Html Css Color HEX #342CD0 Persian Blue

📋 copy color: '#342CD0'

red 52 ◦ green 44 ◦ blue 208

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

Shades of Persian Blue #342CD0

Tints of Persian Blue #342CD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 68.42%

R = 17.11%
G = 14.47%
B = 68.42%

CMYK

 C value IS 0.75

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#342CD0 (or 0x342CD0) is known color: Persian Blue. HEX triplet: 34, 2C and D0. RGB value is (52,44,208). Sum of RGB (Red+Green+Blue) = 52+44+208=304 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.11% from 304); Green value is 44 (17.58% from 255 or 14.47% from 304); Blue value is 208 (81.64% from 255 or 68.42% from 304); Max value from RGB is 208 - color contains mainly: blue. Hex color #342CD0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CD0 is #CBD32F. Grayscale: #404040. Windows color (decimal): -13357872 or 13642804. OLE color: 13642804.

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

Color convert

RGB 52 44 208 -
CMYK 0.75 0.79 0 0.18
HSL 242.93º 0.65% 0.49% -
HSV(B) 242.93º 0.79% 0.82% -
XYZ 13.7 7.09 60.32 -
YUV 65.09 208.65 118.66 -
System Red Green Blue C M Y K H S L
Decimal 52 44 208 0.75 0.79 0 0.18 242.93 0.65 0.49
Hex 34 2C D0 4B 4F 0 12 F3 41 31
Octal 64 54 320 113 117 0 22 363 101 61
Binary 110100 101100 11010000 1001011 1001111 0 10010 11110011 1000001 110001

Color Harmonies of #342CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342CD0

Black with #342CD0

Text Example


Text Example

White with #342CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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