Html Css Color HEX #231EA2 Ultramarine

📋 copy color: '#231EA2'

red 35 ◦ green 30 ◦ blue 162

#231EA2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #231EA2

Tints of Ultramarine #231EA2

RGB

 RED value IS 35 (14.06% from 255) = 15.42%

 GREEN value IS 30 (12.11% from 255) = 13.22%

 BLUE value IS 162 (63.67% from 255) = 71.37%

R = 15.42%
G = 13.22%
B = 71.37%

CMYK

 C value IS 0.78

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#231EA2 (or 0x231EA2) is known color: Ultramarine. HEX triplet: 23, 1E and A2. RGB value is (35,30,162). Sum of RGB (Red+Green+Blue) = 35+30+162=227 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.42% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 162 (63.67% from 255 or 71.37% from 227); Max value from RGB is 162 - color contains mainly: blue. Hex color #231EA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #231EA2 is #DCE15D. Grayscale: #2E2E2E. Windows color (decimal): -14475614 or 10624547. OLE color: 10624547.

HSL color Cylindrical-coordinate representation of color #231EA2: hue angle of 242.27º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #231EA2 is Cyan = 0.78, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 35 30 162 -
CMYK 0.78 0.81 0 0.36
HSL 242.27º 0.69% 0.38% -
HSV(B) 242.27º 0.81% 0.64% -
XYZ 7.68 3.89 34.53 -
YUV 46.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 35 30 162 0.78 0.81 0 0.36 242.27 0.69 0.38
Hex 23 1E A2 4E 51 0 24 F2 45 26
Octal 43 36 242 116 121 0 44 362 105 46
Binary 100011 11110 10100010 1001110 1010001 0 100100 11110010 1000101 100110

Color Harmonies of #231EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231EA2

Black with #231EA2

Text Example


Text Example

White with #231EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(35,30,162); }

 H1.HeaderClassName
 {
   color: #231EA2;
 }
 .AnyTagClassName
 {
   color: #231EA2;
 }
</style>

background-color css

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

 a { background-color: rgb(35,30,162); }

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

border-color css

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

 span { border-color: rgb(35,30,162); }

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