Html Css Color HEX #381DBC Persian Blue

📋 copy color: '#381DBC'

red 56 ◦ green 29 ◦ blue 188

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

Shades of Persian Blue #381DBC

Tints of Persian Blue #381DBC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.62%

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

R = 20.51%
G = 10.62%
B = 68.86%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#381DBC (or 0x381DBC) is known color: Persian Blue. HEX triplet: 38, 1D and BC. RGB value is (56,29,188). Sum of RGB (Red+Green+Blue) = 56+29+188=273 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.51% from 273); Green value is 29 (11.72% from 255 or 10.62% from 273); Blue value is 188 (73.83% from 255 or 68.86% from 273); Max value from RGB is 188 - color contains mainly: blue. Hex color #381DBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DBC is #C7E243. Grayscale: #363636. Windows color (decimal): -13099588 or 12328248. OLE color: 12328248.

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

Color convert

RGB 56 29 188 -
CMYK 0.70 0.85 0 0.26
HSL 250.19º 0.73% 0.43% -
HSV(B) 250.19º 0.85% 0.74% -
XYZ 11.15 5.35 48.02 -
YUV 55.2 202.95 128.57 -
System Red Green Blue C M Y K H S L
Decimal 56 29 188 0.70 0.85 0 0.26 250.19 0.73 0.43
Hex 38 1D BC 46 55 0 1A FA 49 2B
Octal 70 35 274 106 125 0 32 372 111 53
Binary 111000 11101 10111100 1000110 1010101 0 11010 11111010 1001001 101011

Color Harmonies of #381DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381DBC

Black with #381DBC

Text Example


Text Example

White with #381DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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