Html Css Color HEX #3836CB Persian Blue

📋 copy color: '#3836CB'

red 56 ◦ green 54 ◦ blue 203

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

Shades of Persian Blue #3836CB

Tints of Persian Blue #3836CB

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.25%

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

R = 17.89%
G = 17.25%
B = 64.86%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3836CB (or 0x3836CB) is known color: Persian Blue. HEX triplet: 38, 36 and CB. RGB value is (56,54,203). Sum of RGB (Red+Green+Blue) = 56+54+203=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 54 (21.48% from 255 or 17.25% from 313); Blue value is 203 (79.69% from 255 or 64.86% from 313); Max value from RGB is 203 - color contains mainly: blue. Hex color #3836CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3836CB is #C7C934. Grayscale: #464646. Windows color (decimal): -13093173 or 13317688. OLE color: 13317688.

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

Color convert

RGB 56 54 203 -
CMYK 0.72 0.73 0 0.20
HSL 240.81º 0.59% 0.5% -
HSV(B) 240.81º 0.73% 0.8% -
XYZ 13.73 7.79 57.28 -
YUV 71.58 202.16 116.88 -
System Red Green Blue C M Y K H S L
Decimal 56 54 203 0.72 0.73 0 0.20 240.81 0.59 0.5
Hex 38 36 CB 48 49 0 14 F1 3B 32
Octal 70 66 313 110 111 0 24 361 73 62
Binary 111000 110110 11001011 1001000 1001001 0 10100 11110001 111011 110010

Color Harmonies of #3836CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3836CB

Black with #3836CB

Text Example


Text Example

White with #3836CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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