Html Css Color HEX #381BBD Persian Blue

📋 copy color: '#381BBD'

red 56 ◦ green 27 ◦ blue 189

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

Shades of Persian Blue #381BBD

Tints of Persian Blue #381BBD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.93%

 BLUE value IS 189 (74.22% from 255) = 69.49%

R = 20.59%
G = 9.93%
B = 69.49%

CMYK

 C value IS 0.70

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#381BBD (or 0x381BBD) is known color: Persian Blue. HEX triplet: 38, 1B and BD. RGB value is (56,27,189). Sum of RGB (Red+Green+Blue) = 56+27+189=272 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.59% from 272); Green value is 27 (10.94% from 255 or 9.93% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #381BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381BBD is #C7E442. Grayscale: #353535. Windows color (decimal): -13100099 or 12393272. OLE color: 12393272.

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

Color convert

RGB 56 27 189 -
CMYK 0.70 0.86 0 0.26
HSL 250.74º 0.75% 0.42% -
HSV(B) 250.74º 0.86% 0.74% -
XYZ 11.21 5.3 48.58 -
YUV 54.14 204.11 129.33 -
System Red Green Blue C M Y K H S L
Decimal 56 27 189 0.70 0.86 0 0.26 250.74 0.75 0.42
Hex 38 1B BD 46 56 0 1A FB 4B 2A
Octal 70 33 275 106 126 0 32 373 113 52
Binary 111000 11011 10111101 1000110 1010110 0 11010 11111011 1001011 101010

Color Harmonies of #381BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381BBD

Black with #381BBD

Text Example


Text Example

White with #381BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,27,189); }

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

background-color css

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

 a { background-color: rgb(56,27,189); }

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

border-color css

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

 span { border-color: rgb(56,27,189); }

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