Html Css Color HEX #342CCB Persian Blue

📋 copy color: '#342CCB'

red 52 ◦ green 44 ◦ blue 203

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

Shades of Persian Blue #342CCB

Tints of Persian Blue #342CCB

RGB

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

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

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

R = 17.39%
G = 14.72%
B = 67.89%

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

#342CCB (or 0x342CCB) is known color: Persian Blue. HEX triplet: 34, 2C and CB. RGB value is (52,44,203). Sum of RGB (Red+Green+Blue) = 52+44+203=299 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.39% from 299); Green value is 44 (17.58% from 255 or 14.72% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #342CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342CCB is #CBD334. Grayscale: #3F3F3F. Windows color (decimal): -13357877 or 13315124. OLE color: 13315124.

HSL color Cylindrical-coordinate representation of color #342CCB: hue angle of 243.02º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #342CCB is Cyan = 0.74, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 52 44 203 -
CMYK 0.74 0.78 0 0.20
HSL 243.02º 0.64% 0.48% -
HSV(B) 243.02º 0.78% 0.8% -
XYZ 13.1 6.84 57.13 -
YUV 64.52 206.15 119.07 -
System Red Green Blue C M Y K H S L
Decimal 52 44 203 0.74 0.78 0 0.20 243.02 0.64 0.48
Hex 34 2C CB 4A 4E 0 14 F3 40 30
Octal 64 54 313 112 116 0 24 363 100 60
Binary 110100 101100 11001011 1001010 1001110 0 10100 11110011 1000000 110000

Color Harmonies of #342CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342CCB

Black with #342CCB

Text Example


Text Example

White with #342CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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