Html Css Color HEX #3833BA Persian Blue

📋 copy color: '#3833BA'

red 56 ◦ green 51 ◦ blue 186

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

Shades of Persian Blue #3833BA

Tints of Persian Blue #3833BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 63.48%

R = 19.11%
G = 17.41%
B = 63.48%

CMYK

 C value IS 0.70

 M value IS 0.73

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#3833BA (or 0x3833BA) is known color: Persian Blue. HEX triplet: 38, 33 and BA. RGB value is (56,51,186). Sum of RGB (Red+Green+Blue) = 56+51+186=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 186 (73.05% from 255 or 63.48% from 293); Max value from RGB is 186 - color contains mainly: blue. Hex color #3833BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3833BA is #C7CC45. Grayscale: #434343. Windows color (decimal): -13093958 or 12202808. OLE color: 12202808.

HSL color Cylindrical-coordinate representation of color #3833BA: hue angle of 242.22º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3833BA is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 51 186 -
CMYK 0.70 0.73 0 0.27
HSL 242.22º 0.57% 0.46% -
HSV(B) 242.22º 0.73% 0.73% -
XYZ 11.68 6.75 47.14 -
YUV 67.89 194.66 119.52 -
System Red Green Blue C M Y K H S L
Decimal 56 51 186 0.70 0.73 0 0.27 242.22 0.57 0.46
Hex 38 33 BA 46 49 0 1B F2 39 2E
Octal 70 63 272 106 111 0 33 362 71 56
Binary 111000 110011 10111010 1000110 1001001 0 11011 11110010 111001 101110

Color Harmonies of #3833BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3833BA

Black with #3833BA

Text Example


Text Example

White with #3833BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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