Html Css Color HEX #382DBF Persian Blue

📋 copy color: '#382DBF'

red 56 ◦ green 45 ◦ blue 191

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

Shades of Persian Blue #382DBF

Tints of Persian Blue #382DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 65.41%

R = 19.18%
G = 15.41%
B = 65.41%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#382DBF (or 0x382DBF) is known color: Persian Blue. HEX triplet: 38, 2D and BF. RGB value is (56,45,191). Sum of RGB (Red+Green+Blue) = 56+45+191=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 45 (17.97% from 255 or 15.41% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #382DBF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DBF is #C7D240. Grayscale: #404040. Windows color (decimal): -13095489 or 12528952. OLE color: 12528952.

HSL color Cylindrical-coordinate representation of color #382DBF: hue angle of 244.52º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #382DBF is Cyan = 0.71, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 56 45 191 -
CMYK 0.71 0.76 0 0.25
HSL 244.52º 0.62% 0.46% -
HSV(B) 244.52º 0.76% 0.75% -
XYZ 11.97 6.48 49.91 -
YUV 64.93 199.14 121.63 -
System Red Green Blue C M Y K H S L
Decimal 56 45 191 0.71 0.76 0 0.25 244.52 0.62 0.46
Hex 38 2D BF 47 4C 0 19 F5 3E 2E
Octal 70 55 277 107 114 0 31 365 76 56
Binary 111000 101101 10111111 1000111 1001100 0 11001 11110101 111110 101110

Color Harmonies of #382DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382DBF

Black with #382DBF

Text Example


Text Example

White with #382DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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