Html Css Color HEX #2306AE Ultramarine

📋 copy color: '#2306AE'

red 35 ◦ green 6 ◦ blue 174

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

Shades of Ultramarine #2306AE

Tints of Ultramarine #2306AE

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.79%

 BLUE value IS 174 (68.36% from 255) = 80.93%

R = 16.28%
G = 2.79%
B = 80.93%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#2306AE (or 0x2306AE) is known color: Ultramarine. HEX triplet: 23, 06 and AE. RGB value is (35,6,174). Sum of RGB (Red+Green+Blue) = 35+6+174=215 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.28% from 215); Green value is 6 (2.73% from 255 or 2.79% from 215); Blue value is 174 (68.36% from 255 or 80.93% from 215); Max value from RGB is 174 - color contains mainly: blue. Hex color #2306AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #2306AE is #DCF951. Grayscale: #212121. Windows color (decimal): -14481746 or 11404835. OLE color: 11404835.

HSL color Cylindrical-coordinate representation of color #2306AE: hue angle of 250.36º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2306AE is Cyan = 0.80, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 35 6 174 -
CMYK 0.80 0.97 0 0.32
HSL 250.36º 0.93% 0.35% -
HSV(B) 250.36º 0.97% 0.68% -
XYZ 8.4 3.54 40.29 -
YUV 33.82 207.11 128.84 -
System Red Green Blue C M Y K H S L
Decimal 35 6 174 0.80 0.97 0 0.32 250.36 0.93 0.35
Hex 23 6 AE 50 61 0 20 FA 5D 23
Octal 43 6 256 120 141 0 40 372 135 43
Binary 100011 110 10101110 1010000 1100001 0 100000 11111010 1011101 100011

Color Harmonies of #2306AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2306AE

Black with #2306AE

Text Example


Text Example

White with #2306AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2306AE; }

 p { color: rgb(35,6,174); }

 H1.HeaderClassName
 {
   color: #2306AE;
 }
 .AnyTagClassName
 {
   color: #2306AE;
 }
</style>

background-color css

<style>
 a { background-color: #2306AE; }

 a { background-color: rgb(35,6,174); }

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

border-color css

<style>
 span { border-color: #2306AE; }

 span { border-color: rgb(35,6,174); }

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