Html Css Color HEX #382DBC Persian Blue

📋 copy color: '#382DBC'

red 56 ◦ green 45 ◦ blue 188

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

Shades of Persian Blue #382DBC

Tints of Persian Blue #382DBC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 15.57%

 BLUE value IS 188 (73.83% from 255) = 65.05%

R = 19.38%
G = 15.57%
B = 65.05%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#382DBC (or 0x382DBC) is known color: Persian Blue. HEX triplet: 38, 2D and BC. RGB value is (56,45,188). Sum of RGB (Red+Green+Blue) = 56+45+188=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 188 (73.83% from 255 or 65.05% from 289); Max value from RGB is 188 - color contains mainly: blue. Hex color #382DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DBC is #C7D243. Grayscale: #404040. Windows color (decimal): -13095492 or 12332344. OLE color: 12332344.

HSL color Cylindrical-coordinate representation of color #382DBC: hue angle of 244.62º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #382DBC is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 45 188 -
CMYK 0.70 0.76 0 0.26
HSL 244.62º 0.61% 0.46% -
HSV(B) 244.62º 0.76% 0.74% -
XYZ 11.65 6.35 48.19 -
YUV 64.59 197.64 121.87 -
System Red Green Blue C M Y K H S L
Decimal 56 45 188 0.70 0.76 0 0.26 244.62 0.61 0.46
Hex 38 2D BC 46 4C 0 1A F5 3D 2E
Octal 70 55 274 106 114 0 32 365 75 56
Binary 111000 101101 10111100 1000110 1001100 0 11010 11110101 111101 101110

Color Harmonies of #382DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382DBC

Black with #382DBC

Text Example


Text Example

White with #382DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,45,188); }

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

background-color css

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

 a { background-color: rgb(56,45,188); }

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

border-color css

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

 span { border-color: rgb(56,45,188); }

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