Html Css Color HEX #381DBB Persian Blue

📋 copy color: '#381DBB'

red 56 ◦ green 29 ◦ blue 187

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

Shades of Persian Blue #381DBB

Tints of Persian Blue #381DBB

RGB

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

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

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

R = 20.59%
G = 10.66%
B = 68.75%

CMYK

 C value IS 0.70

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#381DBB (or 0x381DBB) is known color: Persian Blue. HEX triplet: 38, 1D and BB. RGB value is (56,29,187). Sum of RGB (Red+Green+Blue) = 56+29+187=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 29 (11.72% from 255 or 10.66% from 272); Blue value is 187 (73.44% from 255 or 68.75% from 272); Max value from RGB is 187 - color contains mainly: blue. Hex color #381DBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381DBB is #C7E244. Grayscale: #363636. Windows color (decimal): -13099589 or 12262712. OLE color: 12262712.

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

Color convert

RGB 56 29 187 -
CMYK 0.70 0.84 0 0.27
HSL 250.25º 0.73% 0.42% -
HSV(B) 250.25º 0.84% 0.73% -
XYZ 11.04 5.31 47.46 -
YUV 55.09 202.45 128.65 -
System Red Green Blue C M Y K H S L
Decimal 56 29 187 0.70 0.84 0 0.27 250.25 0.73 0.42
Hex 38 1D BB 46 54 0 1B FA 49 2A
Octal 70 35 273 106 124 0 33 372 111 52
Binary 111000 11101 10111011 1000110 1010100 0 11011 11111010 1001001 101010

Color Harmonies of #381DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381DBB

Black with #381DBB

Text Example


Text Example

White with #381DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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