Html Css Color HEX #382EBA Persian Blue

📋 copy color: '#382EBA'

red 56 ◦ green 46 ◦ blue 186

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

Shades of Persian Blue #382EBA

Tints of Persian Blue #382EBA

RGB

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

 GREEN value IS 46 (18.36% from 255) = 15.97%

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

R = 19.44%
G = 15.97%
B = 64.58%

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

#382EBA (or 0x382EBA) is known color: Persian Blue. HEX triplet: 38, 2E and BA. RGB value is (56,46,186). Sum of RGB (Red+Green+Blue) = 56+46+186=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 46 (18.36% from 255 or 15.97% from 288); Blue value is 186 (73.05% from 255 or 64.58% from 288); Max value from RGB is 186 - color contains mainly: blue. Hex color #382EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382EBA is #C7D145. Grayscale: #404040. Windows color (decimal): -13095238 or 12201528. OLE color: 12201528.

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

Color convert

RGB 56 46 186 -
CMYK 0.70 0.75 0 0.27
HSL 244.29º 0.6% 0.45% -
HSV(B) 244.29º 0.75% 0.73% -
XYZ 11.47 6.34 47.07 -
YUV 64.95 196.31 121.62 -
System Red Green Blue C M Y K H S L
Decimal 56 46 186 0.70 0.75 0 0.27 244.29 0.6 0.45
Hex 38 2E BA 46 4B 0 1B F4 3C 2D
Octal 70 56 272 106 113 0 33 364 74 55
Binary 111000 101110 10111010 1000110 1001011 0 11011 11110100 111100 101101

Color Harmonies of #382EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382EBA

Black with #382EBA

Text Example


Text Example

White with #382EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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