Html Css Color HEX #2D239E Ultramarine

📋 copy color: '#2D239E'

red 45 ◦ green 35 ◦ blue 158

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

Shades of Ultramarine #2D239E

Tints of Ultramarine #2D239E

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.71%

 BLUE value IS 158 (62.11% from 255) = 66.39%

R = 18.91%
G = 14.71%
B = 66.39%

CMYK

 C value IS 0.72

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D239E (or 0x2D239E) is known color: Ultramarine. HEX triplet: 2D, 23 and 9E. RGB value is (45,35,158). Sum of RGB (Red+Green+Blue) = 45+35+158=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 35 (14.06% from 255 or 14.71% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #2D239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D239E is #D2DC61. Grayscale: #333333. Windows color (decimal): -13818978 or 10363693. OLE color: 10363693.

HSL color Cylindrical-coordinate representation of color #2D239E: hue angle of 244.88º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D239E is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 45 35 158 -
CMYK 0.72 0.78 0 0.38
HSL 244.88º 0.64% 0.38% -
HSV(B) 244.88º 0.78% 0.62% -
XYZ 7.85 4.23 32.75 -
YUV 52.01 187.81 123 -
System Red Green Blue C M Y K H S L
Decimal 45 35 158 0.72 0.78 0 0.38 244.88 0.64 0.38
Hex 2D 23 9E 48 4E 0 26 F5 40 26
Octal 55 43 236 110 116 0 46 365 100 46
Binary 101101 100011 10011110 1001000 1001110 0 100110 11110101 1000000 100110

Color Harmonies of #2D239E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D239E

Black with #2D239E

Text Example


Text Example

White with #2D239E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,35,158); }

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

background-color css

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

 a { background-color: rgb(45,35,158); }

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

border-color css

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

 span { border-color: rgb(45,35,158); }

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