Html Css Color HEX #2A2695 Ultramarine

📋 copy color: '#2A2695'

red 42 ◦ green 38 ◦ blue 149

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

Shades of Ultramarine #2A2695

Tints of Ultramarine #2A2695

RGB

 RED value IS 42 (16.8% from 255) = 18.34%

 GREEN value IS 38 (15.23% from 255) = 16.59%

 BLUE value IS 149 (58.59% from 255) = 65.07%

R = 18.34%
G = 16.59%
B = 65.07%

CMYK

 C value IS 0.72

 M value IS 0.74

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#2A2695 (or 0x2A2695) is known color: Ultramarine. HEX triplet: 2A, 26 and 95. RGB value is (42,38,149). Sum of RGB (Red+Green+Blue) = 42+38+149=229 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.34% from 229); Green value is 38 (15.23% from 255 or 16.59% from 229); Blue value is 149 (58.59% from 255 or 65.07% from 229); Max value from RGB is 149 - color contains mainly: blue. Hex color #2A2695 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A2695 is #D5D96A. Grayscale: #333333. Windows color (decimal): -14014827 or 9774634. OLE color: 9774634.

HSL color Cylindrical-coordinate representation of color #2A2695: hue angle of 242.16º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A2695 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 42 38 149 -
CMYK 0.72 0.74 0 0.42
HSL 242.16º 0.59% 0.37% -
HSV(B) 242.16º 0.74% 0.58% -
XYZ 7.07 4.05 28.84 -
YUV 51.85 182.83 120.97 -
System Red Green Blue C M Y K H S L
Decimal 42 38 149 0.72 0.74 0 0.42 242.16 0.59 0.37
Hex 2A 26 95 48 4A 0 2A F2 3B 25
Octal 52 46 225 110 112 0 52 362 73 45
Binary 101010 100110 10010101 1001000 1001010 0 101010 11110010 111011 100101

Color Harmonies of #2A2695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A2695

Black with #2A2695

Text Example


Text Example

White with #2A2695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A2695; }

 p { color: rgb(42,38,149); }

 H1.HeaderClassName
 {
   color: #2A2695;
 }
 .AnyTagClassName
 {
   color: #2A2695;
 }
</style>

background-color css

<style>
 a { background-color: #2A2695; }

 a { background-color: rgb(42,38,149); }

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

border-color css

<style>
 span { border-color: #2A2695; }

 span { border-color: rgb(42,38,149); }

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