Html Css Color HEX #2318AA Ultramarine

📋 copy color: '#2318AA'

red 35 ◦ green 24 ◦ blue 170

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

Shades of Ultramarine #2318AA

Tints of Ultramarine #2318AA

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.48%

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

R = 15.28%
G = 10.48%
B = 74.24%

CMYK

 C value IS 0.79

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2318AA (or 0x2318AA) is known color: Ultramarine. HEX triplet: 23, 18 and AA. RGB value is (35,24,170). Sum of RGB (Red+Green+Blue) = 35+24+170=229 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.28% from 229); Green value is 24 (9.77% from 255 or 10.48% from 229); Blue value is 170 (66.80% from 255 or 74.24% from 229); Max value from RGB is 170 - color contains mainly: blue. Hex color #2318AA is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2318AA is #DCE755. Grayscale: #2B2B2B. Windows color (decimal): -14477142 or 11147299. OLE color: 11147299.

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

Color convert

RGB 35 24 170 -
CMYK 0.79 0.86 0 0.33
HSL 244.52º 0.75% 0.38% -
HSV(B) 244.52º 0.86% 0.67% -
XYZ 8.28 3.91 38.35 -
YUV 43.93 199.14 121.63 -
System Red Green Blue C M Y K H S L
Decimal 35 24 170 0.79 0.86 0 0.33 244.52 0.75 0.38
Hex 23 18 AA 4F 56 0 21 F5 4B 26
Octal 43 30 252 117 126 0 41 365 113 46
Binary 100011 11000 10101010 1001111 1010110 0 100001 11110101 1001011 100110

Color Harmonies of #2318AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2318AA

Black with #2318AA

Text Example


Text Example

White with #2318AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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