Html Css Color HEX #380BAE Ultramarine

📋 copy color: '#380BAE'

red 56 ◦ green 11 ◦ blue 174

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

Shades of Ultramarine #380BAE

Tints of Ultramarine #380BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 72.2%

R = 23.24%
G = 4.56%
B = 72.2%

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

#380BAE (or 0x380BAE) is known color: Ultramarine. HEX triplet: 38, 0B and AE. RGB value is (56,11,174). Sum of RGB (Red+Green+Blue) = 56+11+174=241 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.24% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #380BAE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380BAE is #C7F451. Grayscale: #2A2A2A. Windows color (decimal): -13104210 or 11406136. OLE color: 11406136.

HSL color Cylindrical-coordinate representation of color #380BAE: hue angle of 256.56º 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 #380BAE is Cyan = 0.68, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 56 11 174 -
CMYK 0.68 0.94 0 0.32
HSL 256.56º 0.88% 0.36% -
HSV(B) 256.56º 0.94% 0.68% -
XYZ 9.39 4.14 40.35 -
YUV 43.04 201.91 137.25 -
System Red Green Blue C M Y K H S L
Decimal 56 11 174 0.68 0.94 0 0.32 256.56 0.88 0.36
Hex 38 B AE 44 5E 0 20 101 58 24
Octal 70 13 256 104 136 0 40 401 130 44
Binary 111000 1011 10101110 1000100 1011110 0 100000 100000001 1011000 100100

Color Harmonies of #380BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380BAE

Black with #380BAE

Text Example


Text Example

White with #380BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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