Html Css Color HEX #380FAF Ultramarine

📋 copy color: '#380FAF'

red 56 ◦ green 15 ◦ blue 175

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

Shades of Ultramarine #380FAF

Tints of Ultramarine #380FAF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

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

R = 22.76%
G = 6.1%
B = 71.14%

CMYK

 C value IS 0.68

 M value IS 0.91

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#380FAF (or 0x380FAF) is known color: Ultramarine. HEX triplet: 38, 0F and AF. RGB value is (56,15,175). Sum of RGB (Red+Green+Blue) = 56+15+175=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 175 (68.75% from 255 or 71.14% from 246); Max value from RGB is 175 - color contains mainly: blue. Hex color #380FAF is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #380FAF is #C7F050. Grayscale: #2C2C2C. Windows color (decimal): -13103185 or 11472696. OLE color: 11472696.

HSL color Cylindrical-coordinate representation of color #380FAF: hue angle of 255.38º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #380FAF is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 15 175 -
CMYK 0.68 0.91 0 0.31
HSL 255.38º 0.84% 0.37% -
HSV(B) 255.38º 0.91% 0.69% -
XYZ 9.54 4.28 40.88 -
YUV 45.5 201.08 135.49 -
System Red Green Blue C M Y K H S L
Decimal 56 15 175 0.68 0.91 0 0.31 255.38 0.84 0.37
Hex 38 F AF 44 5B 0 1F FF 54 25
Octal 70 17 257 104 133 0 37 377 124 45
Binary 111000 1111 10101111 1000100 1011011 0 11111 11111111 1010100 100101

Color Harmonies of #380FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380FAF

Black with #380FAF

Text Example


Text Example

White with #380FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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