Html Css Color HEX #3826CF Persian Blue

📋 copy color: '#3826CF'

red 56 ◦ green 38 ◦ blue 207

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

Shades of Persian Blue #3826CF

Tints of Persian Blue #3826CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 68.77%

R = 18.6%
G = 12.62%
B = 68.77%

CMYK

 C value IS 0.73

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3826CF (or 0x3826CF) is known color: Persian Blue. HEX triplet: 38, 26 and CF. RGB value is (56,38,207). Sum of RGB (Red+Green+Blue) = 56+38+207=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 207 (81.25% from 255 or 68.77% from 301); Max value from RGB is 207 - color contains mainly: blue. Hex color #3826CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3826CF is #C7D930. Grayscale: #3D3D3D. Windows color (decimal): -13097265 or 13575736. OLE color: 13575736.

HSL color Cylindrical-coordinate representation of color #3826CF: hue angle of 246.39º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3826CF is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 38 207 -
CMYK 0.73 0.82 0 0.19
HSL 246.39º 0.69% 0.48% -
HSV(B) 246.39º 0.82% 0.81% -
XYZ 13.59 6.73 59.61 -
YUV 62.65 209.46 123.26 -
System Red Green Blue C M Y K H S L
Decimal 56 38 207 0.73 0.82 0 0.19 246.39 0.69 0.48
Hex 38 26 CF 49 52 0 13 F6 45 30
Octal 70 46 317 111 122 0 23 366 105 60
Binary 111000 100110 11001111 1001001 1010010 0 10011 11110110 1000101 110000

Color Harmonies of #3826CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3826CF

Black with #3826CF

Text Example


Text Example

White with #3826CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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