Html Css Color HEX #2308B0 Ultramarine

📋 copy color: '#2308B0'

red 35 ◦ green 8 ◦ blue 176

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

Shades of Ultramarine #2308B0

Tints of Ultramarine #2308B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 80.37%

R = 15.98%
G = 3.65%
B = 80.37%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#2308B0 (or 0x2308B0) is known color: Ultramarine. HEX triplet: 23, 08 and B0. RGB value is (35,8,176). Sum of RGB (Red+Green+Blue) = 35+8+176=219 (29% of max value = 765). Red value is 35 (14.06% from 255 or 15.98% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 176 (69.14% from 255 or 80.37% from 219); Max value from RGB is 176 - color contains mainly: blue. Hex color #2308B0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2308B0 is #DCF74F. Grayscale: #222222. Windows color (decimal): -14481232 or 11536419. OLE color: 11536419.

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

Color convert

RGB 35 8 176 -
CMYK 0.80 0.95 0 0.31
HSL 249.64º 0.91% 0.36% -
HSV(B) 249.64º 0.95% 0.69% -
XYZ 8.62 3.67 41.33 -
YUV 35.23 207.45 127.84 -
System Red Green Blue C M Y K H S L
Decimal 35 8 176 0.80 0.95 0 0.31 249.64 0.91 0.36
Hex 23 8 B0 50 5F 0 1F FA 5B 24
Octal 43 10 260 120 137 0 37 372 133 44
Binary 100011 1000 10110000 1010000 1011111 0 11111 11111010 1011011 100100

Color Harmonies of #2308B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2308B0

Black with #2308B0

Text Example


Text Example

White with #2308B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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