#2308B6

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

Shades of Ultramarine #2308B6

Tints of Ultramarine #2308B6

Color information

#2308B6 (or 0x2308B6) is unknown color: approx Ultramarine. HEX triplet: 23, 08 and B6. RGB value is (35,8,182). Sum of RGB (Red+Green+Blue) = 35+8+182=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 182 (71.48% from 255 or 80.89% from 225); Max value from RGB is 182 - color contains mainly: blue. Hex color #2308B6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2308B6 is #DCF749. Grayscale: #232323. Windows color (decimal): -14481226 or 11929635. OLE color: 11929635.

HSL color Cylindrical-coordinate representation of color #2308B6: hue angle of 249.31º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2308B6 is Cyan = 0.81, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB358182-
CMYK0.810.9600.29
HSL249.31º91.58%37.25%-
HSV(B)249.31º95.6%71.37%-
XYZ9.223.9144.52-
YUV35.91210.45127.35-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.56%
GREEN value IS 8 (3.52% from 255) = 3.56%
BLUE value IS 182 (71.48% from 255) = 80.89%
R=15.56%
G=3.56%
B=80.89%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal3581820.810.9600.29249.3191.5837.25
Hex238B6516001Df95c25
Octal431026612114003537113445
Binary10001110001011011010100011100000011101111110011011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2308B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2308B6; }

 p { color: rgb(35,8,182); }

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

<style>
 a { background-color: #2308B6; }

 a { background-color: rgb(35,8,182); }

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

<style>
 span { border-color: #2308B6; }

 span { border-color: rgb(35,8,182); }

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