Html Css Color HEX #2A355D Gulf Blue

📋 copy color: '#2A355D'

red 42 ◦ green 53 ◦ blue 93

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

Shades of Gulf Blue #2A355D

Tints of Gulf Blue #2A355D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 28.19%

 BLUE value IS 93 (36.72% from 255) = 49.47%

R = 22.34%
G = 28.19%
B = 49.47%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2A355D (or 0x2A355D) is known color: Gulf Blue. HEX triplet: 2A, 35 and 5D. RGB value is (42,53,93). Sum of RGB (Red+Green+Blue) = 42+53+93=188 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.34% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 93 (36.72% from 255 or 49.47% from 188); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A355D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A355D is #D5CAA2. Grayscale: #363636. Windows color (decimal): -14011043 or 6108458. OLE color: 6108458.

HSL color Cylindrical-coordinate representation of color #2A355D: hue angle of 227.06º degrees, saturation: 0.38, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2A355D is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 42 53 93 -
CMYK 0.55 0.43 0 0.64
HSL 227.06º 0.38% 0.26% -
HSV(B) 227.06º 0.55% 0.36% -
XYZ 4.2 3.83 10.87 -
YUV 54.27 149.86 119.25 -
System Red Green Blue C M Y K H S L
Decimal 42 53 93 0.55 0.43 0 0.64 227.06 0.38 0.26
Hex 2A 35 5D 37 2B 0 40 E3 26 1A
Octal 52 65 135 67 53 0 100 343 46 32
Binary 101010 110101 1011101 110111 101011 0 1000000 11100011 100110 11010

Color Harmonies of #2A355D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A355D

Black with #2A355D

Text Example


Text Example

White with #2A355D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,53,93); }

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

background-color css

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

 a { background-color: rgb(42,53,93); }

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

border-color css

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

 span { border-color: rgb(42,53,93); }

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