Html Css Color HEX #2314AA Ultramarine

📋 copy color: '#2314AA'

red 35 ◦ green 20 ◦ blue 170

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

Shades of Ultramarine #2314AA

Tints of Ultramarine #2314AA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.89%

 BLUE value IS 170 (66.8% from 255) = 75.56%

R = 15.56%
G = 8.89%
B = 75.56%

CMYK

 C value IS 0.79

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2314AA (or 0x2314AA) is known color: Ultramarine. HEX triplet: 23, 14 and AA. RGB value is (35,20,170). Sum of RGB (Red+Green+Blue) = 35+20+170=225 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.56% from 225); Green value is 20 (8.20% from 255 or 8.89% from 225); Blue value is 170 (66.80% from 255 or 75.56% from 225); Max value from RGB is 170 - color contains mainly: blue. Hex color #2314AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2314AA is #DCEB55. Grayscale: #292929. Windows color (decimal): -14478166 or 11146275. OLE color: 11146275.

HSL color Cylindrical-coordinate representation of color #2314AA: hue angle of 246º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2314AA is Cyan = 0.79, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 20 170 -
CMYK 0.79 0.88 0 0.33
HSL 246º 0.79% 0.37% -
HSV(B) 246º 0.88% 0.67% -
XYZ 8.2 3.76 38.32 -
YUV 41.59 200.47 123.3 -
System Red Green Blue C M Y K H S L
Decimal 35 20 170 0.79 0.88 0 0.33 246 0.79 0.37
Hex 23 14 AA 4F 58 0 21 F6 4F 25
Octal 43 24 252 117 130 0 41 366 117 45
Binary 100011 10100 10101010 1001111 1011000 0 100001 11110110 1001111 100101

Color Harmonies of #2314AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2314AA

Black with #2314AA

Text Example


Text Example

White with #2314AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2314AA; }

 p { color: rgb(35,20,170); }

 H1.HeaderClassName
 {
   color: #2314AA;
 }
 .AnyTagClassName
 {
   color: #2314AA;
 }
</style>

background-color css

<style>
 a { background-color: #2314AA; }

 a { background-color: rgb(35,20,170); }

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

border-color css

<style>
 span { border-color: #2314AA; }

 span { border-color: rgb(35,20,170); }

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