Html Css Color HEX #382FBA Persian Blue

📋 copy color: '#382FBA'

red 56 ◦ green 47 ◦ blue 186

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

Shades of Persian Blue #382FBA

Tints of Persian Blue #382FBA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

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

R = 19.38%
G = 16.26%
B = 64.36%

CMYK

 C value IS 0.70

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#382FBA (or 0x382FBA) is known color: Persian Blue. HEX triplet: 38, 2F and BA. RGB value is (56,47,186). Sum of RGB (Red+Green+Blue) = 56+47+186=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #382FBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382FBA is #C7D045. Grayscale: #404040. Windows color (decimal): -13094982 or 12201784. OLE color: 12201784.

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

Color convert

RGB 56 47 186 -
CMYK 0.70 0.75 0 0.27
HSL 243.88º 0.6% 0.46% -
HSV(B) 243.88º 0.75% 0.73% -
XYZ 11.51 6.42 47.09 -
YUV 65.54 195.98 121.2 -
System Red Green Blue C M Y K H S L
Decimal 56 47 186 0.70 0.75 0 0.27 243.88 0.6 0.46
Hex 38 2F BA 46 4B 0 1B F4 3C 2E
Octal 70 57 272 106 113 0 33 364 74 56
Binary 111000 101111 10111010 1000110 1001011 0 11011 11110100 111100 101110

Color Harmonies of #382FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382FBA

Black with #382FBA

Text Example


Text Example

White with #382FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382FBA; }

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

 H1.HeaderClassName
 {
   color: #382FBA;
 }
 .AnyTagClassName
 {
   color: #382FBA;
 }
</style>

background-color css

<style>
 a { background-color: #382FBA; }

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

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

border-color css

<style>
 span { border-color: #382FBA; }

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

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