Html Css Color HEX #382DBB Persian Blue

📋 copy color: '#382DBB'

red 56 ◦ green 45 ◦ blue 187

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

Shades of Persian Blue #382DBB

Tints of Persian Blue #382DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 64.93%

R = 19.44%
G = 15.63%
B = 64.93%

CMYK

 C value IS 0.70

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#382DBB (or 0x382DBB) is known color: Persian Blue. HEX triplet: 38, 2D and BB. RGB value is (56,45,187). Sum of RGB (Red+Green+Blue) = 56+45+187=288 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.44% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 187 (73.44% from 255 or 64.93% from 288); Max value from RGB is 187 - color contains mainly: blue. Hex color #382DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382DBB is #C7D244. Grayscale: #3F3F3F. Windows color (decimal): -13095493 or 12266808. OLE color: 12266808.

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

Color convert

RGB 56 45 187 -
CMYK 0.70 0.76 0 0.27
HSL 244.65º 0.61% 0.45% -
HSV(B) 244.65º 0.76% 0.73% -
XYZ 11.54 6.31 47.62 -
YUV 64.48 197.14 121.95 -
System Red Green Blue C M Y K H S L
Decimal 56 45 187 0.70 0.76 0 0.27 244.65 0.61 0.45
Hex 38 2D BB 46 4C 0 1B F5 3D 2D
Octal 70 55 273 106 114 0 33 365 75 55
Binary 111000 101101 10111011 1000110 1001100 0 11011 11110101 111101 101101

Color Harmonies of #382DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382DBB

Black with #382DBB

Text Example


Text Example

White with #382DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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