#2307AE

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

Shades of Ultramarine #2307AE

Tints of Ultramarine #2307AE

Color information

#2307AE (or 0x2307AE) is unknown color: approx Ultramarine. HEX triplet: 23, 07 and AE. RGB value is (35,7,174). Sum of RGB (Red+Green+Blue) = 35+7+174=216 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.20% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 174 (68.36% from 255 or 80.56% from 216); Max value from RGB is 174 - color contains mainly: blue. Hex color #2307AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2307AE is #DCF851. Grayscale: #212121. Windows color (decimal): -14481490 or 11405091. OLE color: 11405091.

HSL color Cylindrical-coordinate representation of color #2307AE: hue angle of 250.06º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2307AE is Cyan = 0.80, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB357174-
CMYK0.800.9600.32
HSL250.06º92.27%35.49%-
HSV(B)250.06º95.98%68.24%-
XYZ8.413.5740.29-
YUV34.41206.78128.42-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 16.20%
GREEN value IS 7 (3.12% from 255) = 3.24%
BLUE value IS 174 (68.36% from 255) = 80.56%
R=16.20%
G=3.24%
B=80.56%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal3571740.800.9600.32250.0692.2735.49
Hex237AE5060020fa5c23
Octal43725612014004037213443
Binary10001111110101110101000011000000100000111110101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2307AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2307AE; }

 p { color: rgb(35,7,174); }

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

<style>
 a { background-color: #2307AE; }

 a { background-color: rgb(35,7,174); }

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

<style>
 span { border-color: #2307AE; }

 span { border-color: rgb(35,7,174); }

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