Html Css Color HEX #3828CB Persian Blue

📋 copy color: '#3828CB'

red 56 ◦ green 40 ◦ blue 203

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

Shades of Persian Blue #3828CB

Tints of Persian Blue #3828CB

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.38%

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

R = 18.73%
G = 13.38%
B = 67.89%

CMYK

 C value IS 0.72

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3828CB (or 0x3828CB) is known color: Persian Blue. HEX triplet: 38, 28 and CB. RGB value is (56,40,203). Sum of RGB (Red+Green+Blue) = 56+40+203=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 203 (79.69% from 255 or 67.89% from 299); Max value from RGB is 203 - color contains mainly: blue. Hex color #3828CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3828CB is #C7D734. Grayscale: #3E3E3E. Windows color (decimal): -13096757 or 13314104. OLE color: 13314104.

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

Color convert

RGB 56 40 203 -
CMYK 0.72 0.80 0 0.20
HSL 245.89º 0.67% 0.48% -
HSV(B) 245.89º 0.8% 0.8% -
XYZ 13.17 6.67 57.09 -
YUV 63.37 206.8 122.75 -
System Red Green Blue C M Y K H S L
Decimal 56 40 203 0.72 0.80 0 0.20 245.89 0.67 0.48
Hex 38 28 CB 48 50 0 14 F6 43 30
Octal 70 50 313 110 120 0 24 366 103 60
Binary 111000 101000 11001011 1001000 1010000 0 10100 11110110 1000011 110000

Color Harmonies of #3828CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3828CB

Black with #3828CB

Text Example


Text Example

White with #3828CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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