Html Css Color HEX #2A3960 Gulf Blue

📋 copy color: '#2A3960'

red 42 ◦ green 57 ◦ blue 96

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

Shades of Gulf Blue #2A3960

Tints of Gulf Blue #2A3960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 29.23%

 BLUE value IS 96 (37.89% from 255) = 49.23%

R = 21.54%
G = 29.23%
B = 49.23%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2A3960 (or 0x2A3960) is known color: Gulf Blue. HEX triplet: 2A, 39 and 60. RGB value is (42,57,96). Sum of RGB (Red+Green+Blue) = 42+57+96=195 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.54% from 195); Green value is 57 (22.66% from 255 or 29.23% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #2A3960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3960 is #D5C69F. Grayscale: #383838. Windows color (decimal): -14010016 or 6306090. OLE color: 6306090.

HSL color Cylindrical-coordinate representation of color #2A3960: hue angle of 223.33º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #2A3960 is Cyan = 0.56, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 42 57 96 -
CMYK 0.56 0.41 0 0.62
HSL 223.33º 0.39% 0.27% -
HSV(B) 223.33º 0.56% 0.38% -
XYZ 4.53 4.26 11.65 -
YUV 56.96 150.03 117.33 -
System Red Green Blue C M Y K H S L
Decimal 42 57 96 0.56 0.41 0 0.62 223.33 0.39 0.27
Hex 2A 39 60 38 29 0 3E DF 27 1B
Octal 52 71 140 70 51 0 76 337 47 33
Binary 101010 111001 1100000 111000 101001 0 111110 11011111 100111 11011

Color Harmonies of #2A3960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3960

Black with #2A3960

Text Example


Text Example

White with #2A3960

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,57,96); }

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

background-color css

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

 a { background-color: rgb(42,57,96); }

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

border-color css

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

 span { border-color: rgb(42,57,96); }

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