Html Css Color HEX #2E00B7 Ultramarine

📋 copy color: '#2E00B7'

red 46 ◦ green 0 ◦ blue 183

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

Shades of Ultramarine #2E00B7

Tints of Ultramarine #2E00B7

RGB

 RED value IS 46 (18.36% from 255) = 20.09%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 183 (71.88% from 255) = 79.91%

R = 20.09%
G = 0%
B = 79.91%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#2E00B7 (or 0x2E00B7) is known color: Ultramarine. HEX triplet: 2E, 00 and B7. RGB value is (46,0,183). Sum of RGB (Red+Green+Blue) = 46+0+183=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 183 (71.88% from 255 or 79.91% from 229); Max value from RGB is 183 - color contains mainly: blue. Hex color #2E00B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2E00B7 is #D1FF48. Grayscale: #212121. Windows color (decimal): -13762377 or 11993134. OLE color: 11993134.

HSL color Cylindrical-coordinate representation of color #2E00B7: hue angle of 255.08º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2E00B7 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 46 0 183 -
CMYK 0.75 1 0 0.28
HSL 255.08º 1% 0.36% -
HSV(B) 255.08º 1% 0.72% -
XYZ 9.67 4 45.06 -
YUV 34.62 211.74 136.12 -
System Red Green Blue C M Y K H S L
Decimal 46 0 183 0.75 1 0 0.28 255.08 1 0.36
Hex 2E 0 B7 4B 64 0 1C FF 64 24
Octal 56 0 267 113 144 0 34 377 144 44
Binary 101110 0 10110111 1001011 1100100 0 11100 11111111 1100100 100100

Color Harmonies of #2E00B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E00B7

Black with #2E00B7

Text Example


Text Example

White with #2E00B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E00B7; }

 p { color: rgb(46,0,183); }

 H1.HeaderClassName
 {
   color: #2E00B7;
 }
 .AnyTagClassName
 {
   color: #2E00B7;
 }
</style>

background-color css

<style>
 a { background-color: #2E00B7; }

 a { background-color: rgb(46,0,183); }

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

border-color css

<style>
 span { border-color: #2E00B7; }

 span { border-color: rgb(46,0,183); }

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