Html Css Color HEX #2D259D Ultramarine

📋 copy color: '#2D259D'

red 45 ◦ green 37 ◦ blue 157

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

Shades of Ultramarine #2D259D

Tints of Ultramarine #2D259D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.48%

 BLUE value IS 157 (61.72% from 255) = 65.69%

R = 18.83%
G = 15.48%
B = 65.69%

CMYK

 C value IS 0.71

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2D259D (or 0x2D259D) is known color: Ultramarine. HEX triplet: 2D, 25 and 9D. RGB value is (45,37,157). Sum of RGB (Red+Green+Blue) = 45+37+157=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 37 (14.84% from 255 or 15.48% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #2D259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2D259D is #D2DA62. Grayscale: #343434. Windows color (decimal): -13818467 or 10298669. OLE color: 10298669.

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

Color convert

RGB 45 37 157 -
CMYK 0.71 0.76 0 0.38
HSL 244º 0.62% 0.38% -
HSV(B) 244º 0.76% 0.62% -
XYZ 7.83 4.32 32.32 -
YUV 53.07 186.65 122.24 -
System Red Green Blue C M Y K H S L
Decimal 45 37 157 0.71 0.76 0 0.38 244 0.62 0.38
Hex 2D 25 9D 47 4C 0 26 F4 3E 26
Octal 55 45 235 107 114 0 46 364 76 46
Binary 101101 100101 10011101 1000111 1001100 0 100110 11110100 111110 100110

Color Harmonies of #2D259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D259D

Black with #2D259D

Text Example


Text Example

White with #2D259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,37,157); }

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

background-color css

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

 a { background-color: rgb(45,37,157); }

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

border-color css

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

 span { border-color: rgb(45,37,157); }

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