Html Css Color HEX #3826CB Persian Blue

📋 copy color: '#3826CB'

red 56 ◦ green 38 ◦ blue 203

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

Shades of Persian Blue #3826CB

Tints of Persian Blue #3826CB

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.79%

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

R = 18.86%
G = 12.79%
B = 68.35%

CMYK

 C value IS 0.72

 M value IS 0.81

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3826CB (or 0x3826CB) is known color: Persian Blue. HEX triplet: 38, 26 and CB. RGB value is (56,38,203). Sum of RGB (Red+Green+Blue) = 56+38+203=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #3826CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3826CB is #C7D934. Grayscale: #3D3D3D. Windows color (decimal): -13097269 or 13313592. OLE color: 13313592.

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

Color convert

RGB 56 38 203 -
CMYK 0.72 0.81 0 0.20
HSL 246.55º 0.68% 0.47% -
HSV(B) 246.55º 0.81% 0.8% -
XYZ 13.1 6.54 57.07 -
YUV 62.19 207.46 123.58 -
System Red Green Blue C M Y K H S L
Decimal 56 38 203 0.72 0.81 0 0.20 246.55 0.68 0.47
Hex 38 26 CB 48 51 0 14 F7 44 2F
Octal 70 46 313 110 121 0 24 367 104 57
Binary 111000 100110 11001011 1001000 1010001 0 10100 11110111 1000100 101111

Color Harmonies of #3826CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3826CB

Black with #3826CB

Text Example


Text Example

White with #3826CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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