Html Css Color HEX #342BBC Persian Blue

📋 copy color: '#342BBC'

red 52 ◦ green 43 ◦ blue 188

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

Shades of Persian Blue #342BBC

Tints of Persian Blue #342BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 66.43%

R = 18.37%
G = 15.19%
B = 66.43%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#342BBC (or 0x342BBC) is known color: Persian Blue. HEX triplet: 34, 2B and BC. RGB value is (52,43,188). Sum of RGB (Red+Green+Blue) = 52+43+188=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 188 (73.83% from 255 or 66.43% from 283); Max value from RGB is 188 - color contains mainly: blue. Hex color #342BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #342BBC is #CBD443. Grayscale: #3D3D3D. Windows color (decimal): -13358148 or 12331828. OLE color: 12331828.

HSL color Cylindrical-coordinate representation of color #342BBC: hue angle of 243.72º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #342BBC is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 52 43 188 -
CMYK 0.72 0.77 0 0.26
HSL 243.72º 0.63% 0.45% -
HSV(B) 243.72º 0.77% 0.74% -
XYZ 11.36 6.09 48.15 -
YUV 62.22 198.98 120.71 -
System Red Green Blue C M Y K H S L
Decimal 52 43 188 0.72 0.77 0 0.26 243.72 0.63 0.45
Hex 34 2B BC 48 4D 0 1A F4 3F 2D
Octal 64 53 274 110 115 0 32 364 77 55
Binary 110100 101011 10111100 1001000 1001101 0 11010 11110100 111111 101101

Color Harmonies of #342BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342BBC

Black with #342BBC

Text Example


Text Example

White with #342BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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