Html Css Color HEX #342DCB Persian Blue

📋 copy color: '#342DCB'

red 52 ◦ green 45 ◦ blue 203

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

Shades of Persian Blue #342DCB

Tints of Persian Blue #342DCB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15%

 BLUE value IS 203 (79.69% from 255) = 67.67%

R = 17.33%
G = 15%
B = 67.67%

CMYK

 C value IS 0.74

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#342DCB (or 0x342DCB) is known color: Persian Blue. HEX triplet: 34, 2D and CB. RGB value is (52,45,203). Sum of RGB (Red+Green+Blue) = 52+45+203=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 45 (17.97% from 255 or 15% from 300); Blue value is 203 (79.69% from 255 or 67.67% from 300); Max value from RGB is 203 - color contains mainly: blue. Hex color #342DCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342DCB is #CBD234. Grayscale: #404040. Windows color (decimal): -13357621 or 13315380. OLE color: 13315380.

HSL color Cylindrical-coordinate representation of color #342DCB: hue angle of 242.66º degrees, saturation: 0.64, 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 #342DCB is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 45 203 -
CMYK 0.74 0.78 0 0.20
HSL 242.66º 0.64% 0.49% -
HSV(B) 242.66º 0.78% 0.8% -
XYZ 13.13 6.92 57.14 -
YUV 65.11 205.82 118.65 -
System Red Green Blue C M Y K H S L
Decimal 52 45 203 0.74 0.78 0 0.20 242.66 0.64 0.49
Hex 34 2D CB 4A 4E 0 14 F3 40 31
Octal 64 55 313 112 116 0 24 363 100 61
Binary 110100 101101 11001011 1001010 1001110 0 10100 11110011 1000000 110001

Color Harmonies of #342DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342DCB

Black with #342DCB

Text Example


Text Example

White with #342DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,45,203); }

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

background-color css

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

 a { background-color: rgb(52,45,203); }

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

border-color css

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

 span { border-color: rgb(52,45,203); }

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