Html Css Color HEX #3834D1 Persian Blue

📋 copy color: '#3834D1'

red 56 ◦ green 52 ◦ blue 209

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

Shades of Persian Blue #3834D1

Tints of Persian Blue #3834D1

RGB

 RED value IS 56 (22.27% from 255) = 17.67%

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

 BLUE value IS 209 (82.03% from 255) = 65.93%

R = 17.67%
G = 16.4%
B = 65.93%

CMYK

 C value IS 0.73

 M value IS 0.75

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#3834D1 (or 0x3834D1) is known color: Persian Blue. HEX triplet: 38, 34 and D1. RGB value is (56,52,209). Sum of RGB (Red+Green+Blue) = 56+52+209=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 209 (82.03% from 255 or 65.93% from 317); Max value from RGB is 209 - color contains mainly: blue. Hex color #3834D1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3834D1 is #C7CB2E. Grayscale: #464646. Windows color (decimal): -13093679 or 13710392. OLE color: 13710392.

HSL color Cylindrical-coordinate representation of color #3834D1: hue angle of 241.53º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3834D1 is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 52 209 -
CMYK 0.73 0.75 0 0.18
HSL 241.53º 0.63% 0.51% -
HSV(B) 241.53º 0.75% 0.82% -
XYZ 14.37 7.9 61.09 -
YUV 71.09 205.83 117.23 -
System Red Green Blue C M Y K H S L
Decimal 56 52 209 0.73 0.75 0 0.18 241.53 0.63 0.51
Hex 38 34 D1 49 4B 0 12 F2 3F 33
Octal 70 64 321 111 113 0 22 362 77 63
Binary 111000 110100 11010001 1001001 1001011 0 10010 11110010 111111 110011

Color Harmonies of #3834D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3834D1

Black with #3834D1

Text Example


Text Example

White with #3834D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3834D1; }

 p { color: rgb(56,52,209); }

 H1.HeaderClassName
 {
   color: #3834D1;
 }
 .AnyTagClassName
 {
   color: #3834D1;
 }
</style>

background-color css

<style>
 a { background-color: #3834D1; }

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

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

border-color css

<style>
 span { border-color: #3834D1; }

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

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