Html Css Color HEX #381DAF Blue Gem

📋 copy color: '#381DAF'

red 56 ◦ green 29 ◦ blue 175

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

Shades of Blue Gem #381DAF

Tints of Blue Gem #381DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 67.31%

R = 21.54%
G = 11.15%
B = 67.31%

CMYK

 C value IS 0.68

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#381DAF (or 0x381DAF) is known color: Blue Gem. HEX triplet: 38, 1D and AF. RGB value is (56,29,175). Sum of RGB (Red+Green+Blue) = 56+29+175=260 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.54% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 175 (68.75% from 255 or 67.31% from 260); Max value from RGB is 175 - color contains mainly: blue. Hex color #381DAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #381DAF is #C7E250. Grayscale: #353535. Windows color (decimal): -13099601 or 11476280. OLE color: 11476280.

HSL color Cylindrical-coordinate representation of color #381DAF: hue angle of 251.1º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #381DAF is Cyan = 0.68, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 29 175 -
CMYK 0.68 0.83 0 0.31
HSL 251.1º 0.72% 0.4% -
HSV(B) 251.1º 0.83% 0.69% -
XYZ 9.81 4.81 40.97 -
YUV 53.72 196.45 129.63 -
System Red Green Blue C M Y K H S L
Decimal 56 29 175 0.68 0.83 0 0.31 251.1 0.72 0.4
Hex 38 1D AF 44 53 0 1F FB 48 28
Octal 70 35 257 104 123 0 37 373 110 50
Binary 111000 11101 10101111 1000100 1010011 0 11111 11111011 1001000 101000

Color Harmonies of #381DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381DAF

Black with #381DAF

Text Example


Text Example

White with #381DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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