Html Css Color HEX #3833C0 Persian Blue

📋 copy color: '#3833C0'

red 56 ◦ green 51 ◦ blue 192

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

Shades of Persian Blue #3833C0

Tints of Persian Blue #3833C0

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.06%

 BLUE value IS 192 (75.39% from 255) = 64.21%

R = 18.73%
G = 17.06%
B = 64.21%

CMYK

 C value IS 0.71

 M value IS 0.73

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#3833C0 (or 0x3833C0) is known color: Persian Blue. HEX triplet: 38, 33 and C0. RGB value is (56,51,192). Sum of RGB (Red+Green+Blue) = 56+51+192=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 192 (75.39% from 255 or 64.21% from 299); Max value from RGB is 192 - color contains mainly: blue. Hex color #3833C0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3833C0 is #C7CC3F. Grayscale: #444444. Windows color (decimal): -13093952 or 12596024. OLE color: 12596024.

HSL color Cylindrical-coordinate representation of color #3833C0: hue angle of 242.13º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3833C0 is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 51 192 -
CMYK 0.71 0.73 0 0.25
HSL 242.13º 0.58% 0.48% -
HSV(B) 242.13º 0.73% 0.75% -
XYZ 12.33 7.01 50.57 -
YUV 68.57 197.66 119.04 -
System Red Green Blue C M Y K H S L
Decimal 56 51 192 0.71 0.73 0 0.25 242.13 0.58 0.48
Hex 38 33 C0 47 49 0 19 F2 3A 30
Octal 70 63 300 107 111 0 31 362 72 60
Binary 111000 110011 11000000 1000111 1001001 0 11001 11110010 111010 110000

Color Harmonies of #3833C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3833C0

Black with #3833C0

Text Example


Text Example

White with #3833C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3833C0; }

 p { color: rgb(56,51,192); }

 H1.HeaderClassName
 {
   color: #3833C0;
 }
 .AnyTagClassName
 {
   color: #3833C0;
 }
</style>

background-color css

<style>
 a { background-color: #3833C0; }

 a { background-color: rgb(56,51,192); }

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

border-color css

<style>
 span { border-color: #3833C0; }

 span { border-color: rgb(56,51,192); }

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