Html Css Color HEX #380BAD Ultramarine

📋 copy color: '#380BAD'

red 56 ◦ green 11 ◦ blue 173

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

Shades of Ultramarine #380BAD

Tints of Ultramarine #380BAD

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.58%

 BLUE value IS 173 (67.97% from 255) = 72.08%

R = 23.33%
G = 4.58%
B = 72.08%

CMYK

 C value IS 0.68

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#380BAD (or 0x380BAD) is known color: Ultramarine. HEX triplet: 38, 0B and AD. RGB value is (56,11,173). Sum of RGB (Red+Green+Blue) = 56+11+173=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 11 (4.69% from 255 or 4.58% from 240); Blue value is 173 (67.97% from 255 or 72.08% from 240); Max value from RGB is 173 - color contains mainly: blue. Hex color #380BAD is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380BAD is #C7F452. Grayscale: #2A2A2A. Windows color (decimal): -13104211 or 11340600. OLE color: 11340600.

HSL color Cylindrical-coordinate representation of color #380BAD: hue angle of 256.67º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380BAD is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 11 173 -
CMYK 0.68 0.94 0 0.32
HSL 256.67º 0.88% 0.36% -
HSV(B) 256.67º 0.94% 0.68% -
XYZ 9.29 4.1 39.84 -
YUV 42.92 201.41 137.33 -
System Red Green Blue C M Y K H S L
Decimal 56 11 173 0.68 0.94 0 0.32 256.67 0.88 0.36
Hex 38 B AD 44 5E 0 20 101 58 24
Octal 70 13 255 104 136 0 40 401 130 44
Binary 111000 1011 10101101 1000100 1011110 0 100000 100000001 1011000 100100

Color Harmonies of #380BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380BAD

Black with #380BAD

Text Example


Text Example

White with #380BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380BAD; }

 p { color: rgb(56,11,173); }

 H1.HeaderClassName
 {
   color: #380BAD;
 }
 .AnyTagClassName
 {
   color: #380BAD;
 }
</style>

background-color css

<style>
 a { background-color: #380BAD; }

 a { background-color: rgb(56,11,173); }

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

border-color css

<style>
 span { border-color: #380BAD; }

 span { border-color: rgb(56,11,173); }

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