Html Css Color HEX #2313AE Ultramarine

📋 copy color: '#2313AE'

red 35 ◦ green 19 ◦ blue 174

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

Shades of Ultramarine #2313AE

Tints of Ultramarine #2313AE

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.33%

 BLUE value IS 174 (68.36% from 255) = 76.32%

R = 15.35%
G = 8.33%
B = 76.32%

CMYK

 C value IS 0.80

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2313AE (or 0x2313AE) is known color: Ultramarine. HEX triplet: 23, 13 and AE. RGB value is (35,19,174). Sum of RGB (Red+Green+Blue) = 35+19+174=228 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.35% from 228); Green value is 19 (7.81% from 255 or 8.33% from 228); Blue value is 174 (68.36% from 255 or 76.32% from 228); Max value from RGB is 174 - color contains mainly: blue. Hex color #2313AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2313AE is #DCEC51. Grayscale: #282828. Windows color (decimal): -14478418 or 11408163. OLE color: 11408163.

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

Color convert

RGB 35 19 174 -
CMYK 0.80 0.89 0 0.32
HSL 246.19º 0.8% 0.38% -
HSV(B) 246.19º 0.89% 0.68% -
XYZ 8.57 3.88 40.34 -
YUV 41.45 202.8 123.4 -
System Red Green Blue C M Y K H S L
Decimal 35 19 174 0.80 0.89 0 0.32 246.19 0.8 0.38
Hex 23 13 AE 50 59 0 20 F6 50 26
Octal 43 23 256 120 131 0 40 366 120 46
Binary 100011 10011 10101110 1010000 1011001 0 100000 11110110 1010000 100110

Color Harmonies of #2313AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2313AE

Black with #2313AE

Text Example


Text Example

White with #2313AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2313AE;
 }
 .AnyTagClassName
 {
   color: #2313AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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