Html Css Color HEX #3426CE Persian Blue

📋 copy color: '#3426CE'

red 52 ◦ green 38 ◦ blue 206

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

Shades of Persian Blue #3426CE

Tints of Persian Blue #3426CE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

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

R = 17.57%
G = 12.84%
B = 69.59%

CMYK

 C value IS 0.75

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3426CE (or 0x3426CE) is known color: Persian Blue. HEX triplet: 34, 26 and CE. RGB value is (52,38,206). Sum of RGB (Red+Green+Blue) = 52+38+206=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #3426CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3426CE is #CBD931. Grayscale: #3C3C3C. Windows color (decimal): -13359410 or 13510196. OLE color: 13510196.

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

Color convert

RGB 52 38 206 -
CMYK 0.75 0.82 0 0.19
HSL 245º 0.69% 0.48% -
HSV(B) 245º 0.82% 0.81% -
XYZ 13.25 6.57 58.96 -
YUV 61.34 209.64 121.34 -
System Red Green Blue C M Y K H S L
Decimal 52 38 206 0.75 0.82 0 0.19 245 0.69 0.48
Hex 34 26 CE 4B 52 0 13 F5 45 30
Octal 64 46 316 113 122 0 23 365 105 60
Binary 110100 100110 11001110 1001011 1010010 0 10011 11110101 1000101 110000

Color Harmonies of #3426CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3426CE

Black with #3426CE

Text Example


Text Example

White with #3426CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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