Html Css Color HEX #3434CE Persian Blue

📋 copy color: '#3434CE'

red 52 ◦ green 52 ◦ blue 206

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

Shades of Persian Blue #3434CE

Tints of Persian Blue #3434CE

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.77%

 BLUE value IS 206 (80.86% from 255) = 66.45%

R = 16.77%
G = 16.77%
B = 66.45%

CMYK

 C value IS 0.75

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3434CE (or 0x3434CE) is known color: Persian Blue. HEX triplet: 34, 34 and CE. RGB value is (52,52,206). Sum of RGB (Red+Green+Blue) = 52+52+206=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #3434CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3434CE is #CBCB31. Grayscale: #444444. Windows color (decimal): -13355826 or 13513780. OLE color: 13513780.

HSL color Cylindrical-coordinate representation of color #3434CE: hue angle of 240º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3434CE is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 52 52 206 -
CMYK 0.75 0.75 0 0.19
HSL 240º 0.61% 0.51% -
HSV(B) 240º 0.75% 0.81% -
XYZ 13.78 7.64 59.14 -
YUV 69.56 205 115.48 -
System Red Green Blue C M Y K H S L
Decimal 52 52 206 0.75 0.75 0 0.19 240 0.61 0.51
Hex 34 34 CE 4B 4B 0 13 F0 3D 33
Octal 64 64 316 113 113 0 23 360 75 63
Binary 110100 110100 11001110 1001011 1001011 0 10011 11110000 111101 110011

Color Harmonies of #3434CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3434CE

Black with #3434CE

Text Example


Text Example

White with #3434CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3434CE; }

 p { color: rgb(52,52,206); }

 H1.HeaderClassName
 {
   color: #3434CE;
 }
 .AnyTagClassName
 {
   color: #3434CE;
 }
</style>

background-color css

<style>
 a { background-color: #3434CE; }

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

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

border-color css

<style>
 span { border-color: #3434CE; }

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

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