Html Css Color HEX #2D00AE Ultramarine

📋 copy color: '#2D00AE'

red 45 ◦ green 0 ◦ blue 174

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

Shades of Ultramarine #2D00AE

Tints of Ultramarine #2D00AE

RGB

 RED value IS 45 (17.97% from 255) = 20.55%

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

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

R = 20.55%
G = 0%
B = 79.45%

CMYK

 C value IS 0.74

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2D00AE (or 0x2D00AE) is known color: Ultramarine. HEX triplet: 2D, 00 and AE. RGB value is (45,0,174). Sum of RGB (Red+Green+Blue) = 45+0+174=219 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.55% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 174 (68.36% from 255 or 79.45% from 219); Max value from RGB is 174 - color contains mainly: blue. Hex color #2D00AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2D00AE is #D2FF51. Grayscale: #202020. Windows color (decimal): -13827922 or 11403309. OLE color: 11403309.

HSL color Cylindrical-coordinate representation of color #2D00AE: hue angle of 255.52º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #2D00AE is Cyan = 0.74, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 45 0 174 -
CMYK 0.74 1 0 0.32
HSL 255.52º 1% 0.34% -
HSV(B) 255.52º 1% 0.68% -
XYZ 8.72 3.61 40.28 -
YUV 33.29 207.41 136.35 -
System Red Green Blue C M Y K H S L
Decimal 45 0 174 0.74 1 0 0.32 255.52 1 0.34
Hex 2D 0 AE 4A 64 0 20 100 64 22
Octal 55 0 256 112 144 0 40 400 144 42
Binary 101101 0 10101110 1001010 1100100 0 100000 100000000 1100100 100010

Color Harmonies of #2D00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D00AE

Black with #2D00AE

Text Example


Text Example

White with #2D00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,0,174); }

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

background-color css

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

 a { background-color: rgb(45,0,174); }

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

border-color css

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

 span { border-color: rgb(45,0,174); }

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