Html Css Color HEX #3834CB Persian Blue

📋 copy color: '#3834CB'

red 56 ◦ green 52 ◦ blue 203

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

Shades of Persian Blue #3834CB

Tints of Persian Blue #3834CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 65.27%

R = 18.01%
G = 16.72%
B = 65.27%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3834CB (or 0x3834CB) is known color: Persian Blue. HEX triplet: 38, 34 and CB. RGB value is (56,52,203). Sum of RGB (Red+Green+Blue) = 56+52+203=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #3834CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3834CB is #C7CB34. Grayscale: #454545. Windows color (decimal): -13093685 or 13317176. OLE color: 13317176.

HSL color Cylindrical-coordinate representation of color #3834CB: hue angle of 241.59º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3834CB is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 56 52 203 -
CMYK 0.72 0.74 0 0.20
HSL 241.59º 0.59% 0.5% -
HSV(B) 241.59º 0.74% 0.8% -
XYZ 13.64 7.61 57.25 -
YUV 70.41 202.83 117.72 -
System Red Green Blue C M Y K H S L
Decimal 56 52 203 0.72 0.74 0 0.20 241.59 0.59 0.5
Hex 38 34 CB 48 4A 0 14 F2 3B 32
Octal 70 64 313 110 112 0 24 362 73 62
Binary 111000 110100 11001011 1001000 1001010 0 10100 11110010 111011 110010

Color Harmonies of #3834CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3834CB

Black with #3834CB

Text Example


Text Example

White with #3834CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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