Html Css Color HEX #2308AB Ultramarine

📋 copy color: '#2308AB'

red 35 ◦ green 8 ◦ blue 171

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

Shades of Ultramarine #2308AB

Tints of Ultramarine #2308AB

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.74%

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

R = 16.36%
G = 3.74%
B = 79.91%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#2308AB (or 0x2308AB) is known color: Ultramarine. HEX triplet: 23, 08 and AB. RGB value is (35,8,171). Sum of RGB (Red+Green+Blue) = 35+8+171=214 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.36% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 171 (67.19% from 255 or 79.91% from 214); Max value from RGB is 171 - color contains mainly: blue. Hex color #2308AB is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2308AB is #DCF754. Grayscale: #222222. Windows color (decimal): -14481237 or 11208739. OLE color: 11208739.

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

Color convert

RGB 35 8 171 -
CMYK 0.80 0.95 0 0.33
HSL 249.94º 0.91% 0.35% -
HSV(B) 249.94º 0.95% 0.67% -
XYZ 8.13 3.47 38.77 -
YUV 34.66 204.95 128.25 -
System Red Green Blue C M Y K H S L
Decimal 35 8 171 0.80 0.95 0 0.33 249.94 0.91 0.35
Hex 23 8 AB 50 5F 0 21 FA 5B 23
Octal 43 10 253 120 137 0 41 372 133 43
Binary 100011 1000 10101011 1010000 1011111 0 100001 11111010 1011011 100011

Color Harmonies of #2308AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2308AB

Black with #2308AB

Text Example


Text Example

White with #2308AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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