Html Css Color HEX #380AB4 Ultramarine

📋 copy color: '#380AB4'

red 56 ◦ green 10 ◦ blue 180

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

Shades of Ultramarine #380AB4

Tints of Ultramarine #380AB4

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.07%

 BLUE value IS 180 (70.7% from 255) = 73.17%

R = 22.76%
G = 4.07%
B = 73.17%

CMYK

 C value IS 0.69

 M value IS 0.94

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#380AB4 (or 0x380AB4) is known color: Ultramarine. HEX triplet: 38, 0A and B4. RGB value is (56,10,180). Sum of RGB (Red+Green+Blue) = 56+10+180=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 10 (4.30% from 255 or 4.07% from 246); Blue value is 180 (70.70% from 255 or 73.17% from 246); Max value from RGB is 180 - color contains mainly: blue. Hex color #380AB4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #380AB4 is #C7F54B. Grayscale: #2A2A2A. Windows color (decimal): -13104460 or 11799096. OLE color: 11799096.

HSL color Cylindrical-coordinate representation of color #380AB4: hue angle of 256.24º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #380AB4 is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 10 180 -
CMYK 0.69 0.94 0 0.29
HSL 256.24º 0.89% 0.37% -
HSV(B) 256.24º 0.94% 0.71% -
XYZ 9.98 4.35 43.49 -
YUV 43.13 205.24 137.18 -
System Red Green Blue C M Y K H S L
Decimal 56 10 180 0.69 0.94 0 0.29 256.24 0.89 0.37
Hex 38 A B4 45 5E 0 1D 100 59 25
Octal 70 12 264 105 136 0 35 400 131 45
Binary 111000 1010 10110100 1000101 1011110 0 11101 100000000 1011001 100101

Color Harmonies of #380AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380AB4

Black with #380AB4

Text Example


Text Example

White with #380AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,10,180); }

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

background-color css

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

 a { background-color: rgb(56,10,180); }

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

border-color css

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

 span { border-color: rgb(56,10,180); }

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