Html Css Color HEX #2B259D Ultramarine

📋 copy color: '#2B259D'

red 43 ◦ green 37 ◦ blue 157

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

Shades of Ultramarine #2B259D

Tints of Ultramarine #2B259D

RGB

 RED value IS 43 (17.19% from 255) = 18.14%

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

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

R = 18.14%
G = 15.61%
B = 66.24%

CMYK

 C value IS 0.73

 M value IS 0.76

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#2B259D (or 0x2B259D) is known color: Ultramarine. HEX triplet: 2B, 25 and 9D. RGB value is (43,37,157). Sum of RGB (Red+Green+Blue) = 43+37+157=237 (31% of max value = 765). Red value is 43 (17.19% from 255 or 18.14% from 237); Green value is 37 (14.84% from 255 or 15.61% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #2B259D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B259D is #D4DA62. Grayscale: #343434. Windows color (decimal): -13949539 or 10298667. OLE color: 10298667.

HSL color Cylindrical-coordinate representation of color #2B259D: hue angle of 243º 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 #2B259D is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 43 37 157 -
CMYK 0.73 0.76 0 0.38
HSL 243º 0.62% 0.38% -
HSV(B) 243º 0.76% 0.62% -
XYZ 7.74 4.27 32.31 -
YUV 52.47 186.99 121.24 -
System Red Green Blue C M Y K H S L
Decimal 43 37 157 0.73 0.76 0 0.38 243 0.62 0.38
Hex 2B 25 9D 49 4C 0 26 F3 3E 26
Octal 53 45 235 111 114 0 46 363 76 46
Binary 101011 100101 10011101 1001001 1001100 0 100110 11110011 111110 100110

Color Harmonies of #2B259D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B259D

Black with #2B259D

Text Example


Text Example

White with #2B259D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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