Html Css Color HEX #2312B4 Ultramarine

📋 copy color: '#2312B4'

red 35 ◦ green 18 ◦ blue 180

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

Shades of Ultramarine #2312B4

Tints of Ultramarine #2312B4

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.73%

 BLUE value IS 180 (70.7% from 255) = 77.25%

R = 15.02%
G = 7.73%
B = 77.25%

CMYK

 C value IS 0.81

 M value IS 0.9

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#2312B4 (or 0x2312B4) is known color: Ultramarine. HEX triplet: 23, 12 and B4. RGB value is (35,18,180). Sum of RGB (Red+Green+Blue) = 35+18+180=233 (30% of max value = 765). Red value is 35 (14.06% from 255 or 15.02% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 180 (70.70% from 255 or 77.25% from 233); Max value from RGB is 180 - color contains mainly: blue. Hex color #2312B4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2312B4 is #DCED4B. Grayscale: #282828. Windows color (decimal): -14478668 or 11801123. OLE color: 11801123.

HSL color Cylindrical-coordinate representation of color #2312B4: hue angle of 246.3º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2312B4 is Cyan = 0.81, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 35 18 180 -
CMYK 0.81 0.9 0 0.29
HSL 246.3º 0.82% 0.39% -
HSV(B) 246.3º 0.9% 0.71% -
XYZ 9.15 4.09 43.49 -
YUV 41.55 206.13 123.33 -
System Red Green Blue C M Y K H S L
Decimal 35 18 180 0.81 0.9 0 0.29 246.3 0.82 0.39
Hex 23 12 B4 51 5A 0 1D F6 52 27
Octal 43 22 264 121 132 0 35 366 122 47
Binary 100011 10010 10110100 1010001 1011010 0 11101 11110110 1010010 100111

Color Harmonies of #2312B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2312B4

Black with #2312B4

Text Example


Text Example

White with #2312B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2312B4; }

 p { color: rgb(35,18,180); }

 H1.HeaderClassName
 {
   color: #2312B4;
 }
 .AnyTagClassName
 {
   color: #2312B4;
 }
</style>

background-color css

<style>
 a { background-color: #2312B4; }

 a { background-color: rgb(35,18,180); }

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

border-color css

<style>
 span { border-color: #2312B4; }

 span { border-color: rgb(35,18,180); }

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