Html Css Color HEX #381BB8 Persian Blue

📋 copy color: '#381BB8'

red 56 ◦ green 27 ◦ blue 184

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

Shades of Persian Blue #381BB8

Tints of Persian Blue #381BB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 68.91%

R = 20.97%
G = 10.11%
B = 68.91%

CMYK

 C value IS 0.70

 M value IS 0.85

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#381BB8 (or 0x381BB8) is known color: Persian Blue. HEX triplet: 38, 1B and B8. RGB value is (56,27,184). Sum of RGB (Red+Green+Blue) = 56+27+184=267 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.97% from 267); Green value is 27 (10.94% from 255 or 10.11% from 267); Blue value is 184 (72.27% from 255 or 68.91% from 267); Max value from RGB is 184 - color contains mainly: blue. Hex color #381BB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381BB8 is #C7E447. Grayscale: #343434. Windows color (decimal): -13100104 or 12065592. OLE color: 12065592.

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

Color convert

RGB 56 27 184 -
CMYK 0.70 0.85 0 0.28
HSL 251.08º 0.74% 0.41% -
HSV(B) 251.08º 0.85% 0.72% -
XYZ 10.67 5.09 45.77 -
YUV 53.57 201.61 129.73 -
System Red Green Blue C M Y K H S L
Decimal 56 27 184 0.70 0.85 0 0.28 251.08 0.74 0.41
Hex 38 1B B8 46 55 0 1C FB 4A 29
Octal 70 33 270 106 125 0 34 373 112 51
Binary 111000 11011 10111000 1000110 1010101 0 11100 11111011 1001010 101001

Color Harmonies of #381BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381BB8

Black with #381BB8

Text Example


Text Example

White with #381BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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