Html Css Color HEX #2A365D Gulf Blue

📋 copy color: '#2A365D'

red 42 ◦ green 54 ◦ blue 93

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

Shades of Gulf Blue #2A365D

Tints of Gulf Blue #2A365D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.57%

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

R = 22.22%
G = 28.57%
B = 49.21%

CMYK

 C value IS 0.55

 M value IS 0.42

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#2A365D (or 0x2A365D) is known color: Gulf Blue. HEX triplet: 2A, 36 and 5D. RGB value is (42,54,93). Sum of RGB (Red+Green+Blue) = 42+54+93=189 (25% of max value = 765). Red value is 42 (16.80% from 255 or 22.22% from 189); Green value is 54 (21.48% from 255 or 28.57% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #2A365D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A365D is #D5C9A2. Grayscale: #363636. Windows color (decimal): -14010787 or 6108714. OLE color: 6108714.

HSL color Cylindrical-coordinate representation of color #2A365D: hue angle of 225.88º 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 #2A365D is Cyan = 0.55, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 42 54 93 -
CMYK 0.55 0.42 0 0.64
HSL 225.88º 0.38% 0.26% -
HSV(B) 225.88º 0.55% 0.36% -
XYZ 4.25 3.92 10.89 -
YUV 54.86 149.52 118.83 -
System Red Green Blue C M Y K H S L
Decimal 42 54 93 0.55 0.42 0 0.64 225.88 0.38 0.26
Hex 2A 36 5D 37 2A 0 40 E2 26 1A
Octal 52 66 135 67 52 0 100 342 46 32
Binary 101010 110110 1011101 110111 101010 0 1000000 11100010 100110 11010

Color Harmonies of #2A365D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A365D

Black with #2A365D

Text Example


Text Example

White with #2A365D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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