Html Css Color HEX #3834CE Persian Blue

📋 copy color: '#3834CE'

red 56 ◦ green 52 ◦ blue 206

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

Shades of Persian Blue #3834CE

Tints of Persian Blue #3834CE

RGB

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

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

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

R = 17.83%
G = 16.56%
B = 65.61%

CMYK

 C value IS 0.73

 M value IS 0.75

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3834CE (or 0x3834CE) is known color: Persian Blue. HEX triplet: 38, 34 and CE. RGB value is (56,52,206). Sum of RGB (Red+Green+Blue) = 56+52+206=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #3834CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3834CE is #C7CB31. Grayscale: #464646. Windows color (decimal): -13093682 or 13513784. OLE color: 13513784.

HSL color Cylindrical-coordinate representation of color #3834CE: hue angle of 241.56º 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 #3834CE is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 52 206 -
CMYK 0.73 0.75 0 0.19
HSL 241.56º 0.61% 0.51% -
HSV(B) 241.56º 0.75% 0.81% -
XYZ 14 7.75 59.15 -
YUV 70.75 204.33 117.48 -
System Red Green Blue C M Y K H S L
Decimal 56 52 206 0.73 0.75 0 0.19 241.56 0.61 0.51
Hex 38 34 CE 49 4B 0 13 F2 3D 33
Octal 70 64 316 111 113 0 23 362 75 63
Binary 111000 110100 11001110 1001001 1001011 0 10011 11110010 111101 110011

Color Harmonies of #3834CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3834CE

Black with #3834CE

Text Example


Text Example

White with #3834CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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