Html Css Color HEX #2B2597 Ultramarine

📋 copy color: '#2B2597'

red 43 ◦ green 37 ◦ blue 151

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

Shades of Ultramarine #2B2597

Tints of Ultramarine #2B2597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 65.37%

R = 18.61%
G = 16.02%
B = 65.37%

CMYK

 C value IS 0.72

 M value IS 0.75

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#2B2597 (or 0x2B2597) is known color: Ultramarine. HEX triplet: 2B, 25 and 97. RGB value is (43,37,151). Sum of RGB (Red+Green+Blue) = 43+37+151=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 151 (59.38% from 255 or 65.37% from 231); Max value from RGB is 151 - color contains mainly: blue. Hex color #2B2597 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2597 is #D4DA68. Grayscale: #333333. Windows color (decimal): -13949545 or 9905451. OLE color: 9905451.

HSL color Cylindrical-coordinate representation of color #2B2597: hue angle of 243.16º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B2597 is Cyan = 0.72, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 43 37 151 -
CMYK 0.72 0.75 0 0.41
HSL 243.16º 0.61% 0.37% -
HSV(B) 243.16º 0.75% 0.59% -
XYZ 7.24 4.07 29.68 -
YUV 51.79 183.99 121.73 -
System Red Green Blue C M Y K H S L
Decimal 43 37 151 0.72 0.75 0 0.41 243.16 0.61 0.37
Hex 2B 25 97 48 4B 0 29 F3 3D 25
Octal 53 45 227 110 113 0 51 363 75 45
Binary 101011 100101 10010111 1001000 1001011 0 101001 11110011 111101 100101

Color Harmonies of #2B2597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2597

Black with #2B2597

Text Example


Text Example

White with #2B2597

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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