Html Css Color HEX #2304AB Ultramarine

📋 copy color: '#2304AB'

red 35 ◦ green 4 ◦ blue 171

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

Shades of Ultramarine #2304AB

Tints of Ultramarine #2304AB

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.9%

 BLUE value IS 171 (67.19% from 255) = 81.43%

R = 16.67%
G = 1.9%
B = 81.43%

CMYK

 C value IS 0.80

 M value IS 0.98

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2304AB (or 0x2304AB) is known color: Ultramarine. HEX triplet: 23, 04 and AB. RGB value is (35,4,171). Sum of RGB (Red+Green+Blue) = 35+4+171=210 (27% of max value = 765). Red value is 35 (14.06% from 255 or 16.67% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 171 (67.19% from 255 or 81.43% from 210); Max value from RGB is 171 - color contains mainly: blue. Hex color #2304AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2304AB is #DCFB54. Grayscale: #1F1F1F. Windows color (decimal): -14482261 or 11207715. OLE color: 11207715.

HSL color Cylindrical-coordinate representation of color #2304AB: hue angle of 251.14º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2304AB is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 35 4 171 -
CMYK 0.80 0.98 0 0.33
HSL 251.14º 0.95% 0.34% -
HSV(B) 251.14º 0.98% 0.67% -
XYZ 8.09 3.38 38.76 -
YUV 32.31 206.27 129.92 -
System Red Green Blue C M Y K H S L
Decimal 35 4 171 0.80 0.98 0 0.33 251.14 0.95 0.34
Hex 23 4 AB 50 62 0 21 FB 5F 22
Octal 43 4 253 120 142 0 41 373 137 42
Binary 100011 100 10101011 1010000 1100010 0 100001 11111011 1011111 100010

Color Harmonies of #2304AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2304AB

Black with #2304AB

Text Example


Text Example

White with #2304AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2304AB; }

 p { color: rgb(35,4,171); }

 H1.HeaderClassName
 {
   color: #2304AB;
 }
 .AnyTagClassName
 {
   color: #2304AB;
 }
</style>

background-color css

<style>
 a { background-color: #2304AB; }

 a { background-color: rgb(35,4,171); }

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

border-color css

<style>
 span { border-color: #2304AB; }

 span { border-color: rgb(35,4,171); }

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