Html Css Color HEX #3804B4 Ultramarine

📋 copy color: '#3804B4'

red 56 ◦ green 4 ◦ blue 180

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

Shades of Ultramarine #3804B4

Tints of Ultramarine #3804B4

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.67%

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

R = 23.33%
G = 1.67%
B = 75%

CMYK

 C value IS 0.69

 M value IS 0.98

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#3804B4 (or 0x3804B4) is known color: Ultramarine. HEX triplet: 38, 04 and B4. RGB value is (56,4,180). Sum of RGB (Red+Green+Blue) = 56+4+180=240 (31% of max value = 765). Red value is 56 (22.27% from 255 or 23.33% from 240); Green value is 4 (1.95% from 255 or 1.67% from 240); Blue value is 180 (70.70% from 255 or 75% from 240); Max value from RGB is 180 - color contains mainly: blue. Hex color #3804B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #3804B4 is #C7FB4B. Grayscale: #262626. Windows color (decimal): -13105996 or 11797560. OLE color: 11797560.

HSL color Cylindrical-coordinate representation of color #3804B4: hue angle of 257.73º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3804B4 is Cyan = 0.69, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 4 180 -
CMYK 0.69 0.98 0 0.29
HSL 257.73º 0.96% 0.36% -
HSV(B) 257.73º 0.98% 0.71% -
XYZ 9.91 4.22 43.47 -
YUV 39.61 207.23 139.69 -
System Red Green Blue C M Y K H S L
Decimal 56 4 180 0.69 0.98 0 0.29 257.73 0.96 0.36
Hex 38 4 B4 45 62 0 1D 102 60 24
Octal 70 4 264 105 142 0 35 402 140 44
Binary 111000 100 10110100 1000101 1100010 0 11101 100000010 1100000 100100

Color Harmonies of #3804B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3804B4

Black with #3804B4

Text Example


Text Example

White with #3804B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3804B4; }

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

 H1.HeaderClassName
 {
   color: #3804B4;
 }
 .AnyTagClassName
 {
   color: #3804B4;
 }
</style>

background-color css

<style>
 a { background-color: #3804B4; }

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

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

border-color css

<style>
 span { border-color: #3804B4; }

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

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