#231DA7

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

Shades of Ultramarine #231DA7

Tints of Ultramarine #231DA7

Color information

#231DA7 (or 0x231DA7) is unknown color: approx Ultramarine. HEX triplet: 23, 1D and A7. RGB value is (35,29,167). Sum of RGB (Red+Green+Blue) = 35+29+167=231 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.15% from 231); Green value is 29 (11.72% from 255 or 12.55% from 231); Blue value is 167 (65.62% from 255 or 72.29% from 231); Max value from RGB is 167 - color contains mainly: blue. Hex color #231DA7 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231DA7 is #DCE258. Grayscale: #2D2D2D. Windows color (decimal): -14475865 or 10951971. OLE color: 10951971.

HSL color Cylindrical-coordinate representation of color #231DA7: hue angle of 242.61º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #231DA7 is Cyan = 0.79, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB3529167-
CMYK0.790.8300.35
HSL242.61º70.41%38.43%-
HSV(B)242.61º82.63%65.49%-
XYZ8.114.0336.91-
YUV46.53195.99119.78-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 15.15%
GREEN value IS 29 (11.72% from 255) = 12.55%
BLUE value IS 167 (65.62% from 255) = 72.29%
R=15.15%
G=12.55%
B=72.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal35291670.790.8300.35242.6170.4138.43
Hex231DA74F53023f34626
Octal433524711712304336310646
Binary1000111110110100111100111110100110100011111100111000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231DA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231DA7; }

 p { color: rgb(35,29,167); }

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

<style>
 a { background-color: #231DA7; }

 a { background-color: rgb(35,29,167); }

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

<style>
 span { border-color: #231DA7; }

 span { border-color: rgb(35,29,167); }

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