#2B18A4

Color #2B18A4 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #2B18A4

Tints of Ultramarine #2B18A4

Color information

#2B18A4 (or 0x2B18A4) is unknown color: approx Ultramarine. HEX triplet: 2B, 18 and A4. RGB value is (43,24,164). Sum of RGB (Red+Green+Blue) = 43+24+164=231 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.61% from 231); Green value is 24 (9.77% from 255 or 10.39% from 231); Blue value is 164 (64.45% from 255 or 71.00% from 231); Max value from RGB is 164 - color contains mainly: blue. Hex color #2B18A4 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2B18A4 is #D4E75B. Grayscale: #2D2D2D. Windows color (decimal): -13952860 or 10754091. OLE color: 10754091.

HSL color Cylindrical-coordinate representation of color #2B18A4: hue angle of 248.14º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2B18A4 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB4324164-
CMYK0.740.8500.36
HSL248.14º74.47%36.86%-
HSV(B)248.14º85.37%64.31%-
XYZ8.023.8535.44-
YUV45.64194.79126.12-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.61%
GREEN value IS 24 (9.77% from 255) = 10.39%
BLUE value IS 164 (64.45% from 255) = 71.00%
R=18.61%
G=10.39%
B=71.00%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal43241640.740.8500.36248.1474.4736.86
Hex2B18A44A55024f84a25
Octal533024411212504437011245
Binary1010111100010100100100101010101010100100111110001001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B18A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,24,164); }

 H1.HeaderClassName
 {
   color: #2B18A4;
 }
 .AnyTagClassName
 {
   color: #2B18A4;
 }
</style>
background-color css

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

 a { background-color: rgb(43,24,164); }

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

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

 span { border-color: rgb(43,24,164); }

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