#2B03B7

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

Shades of Ultramarine #2B03B7

Tints of Ultramarine #2B03B7

Color information

#2B03B7 (or 0x2B03B7) is unknown color: approx Ultramarine. HEX triplet: 2B, 03 and B7. RGB value is (43,3,183). Sum of RGB (Red+Green+Blue) = 43+3+183=229 (30% of max value = 765). Red value is 43 (17.19% from 255 or 18.78% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 183 (71.88% from 255 or 79.91% from 229); Max value from RGB is 183 - color contains mainly: blue. Hex color #2B03B7 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2B03B7 is #D4FC48. Grayscale: #222222. Windows color (decimal): -13958217 or 11993899. OLE color: 11993899.

HSL color Cylindrical-coordinate representation of color #2B03B7: hue angle of 253.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2B03B7 is Cyan = 0.77, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB433183-
CMYK0.770.9800.28
HSL253.33º96.77%36.47%-
HSV(B)253.33º98.36%71.76%-
XYZ9.58445.07-
YUV35.48211.25133.36-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 18.78%
GREEN value IS 3 (1.56% from 255) = 1.31%
BLUE value IS 183 (71.88% from 255) = 79.91%
R=18.78%
G=1.31%
B=79.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal4331830.770.9800.28253.3396.7736.47
Hex2B3B74D6201Cfd6124
Octal53326711514203437514144
Binary101011111011011110011011100010011100111111011100001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B03B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,3,183); }

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

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

 a { background-color: rgb(43,3,183); }

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

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

 span { border-color: rgb(43,3,183); }

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