Html Css Color HEX #2A385F Gulf Blue

📋 copy color: '#2A385F'

red 42 ◦ green 56 ◦ blue 95

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

Shades of Gulf Blue #2A385F

Tints of Gulf Blue #2A385F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 29.02%

 BLUE value IS 95 (37.5% from 255) = 49.22%

R = 21.76%
G = 29.02%
B = 49.22%

CMYK

 C value IS 0.56

 M value IS 0.41

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#2A385F (or 0x2A385F) is known color: Gulf Blue. HEX triplet: 2A, 38 and 5F. RGB value is (42,56,95). Sum of RGB (Red+Green+Blue) = 42+56+95=193 (25% of max value = 765). Red value is 42 (16.80% from 255 or 21.76% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 95 (37.5% from 255 or 49.22% from 193); Max value from RGB is 95 - color contains mainly: blue. Hex color #2A385F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A385F is #D5C7A0. Grayscale: #383838. Windows color (decimal): -14010273 or 6240298. OLE color: 6240298.

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

Color convert

RGB 42 56 95 -
CMYK 0.56 0.41 0 0.63
HSL 224.15º 0.39% 0.27% -
HSV(B) 224.15º 0.56% 0.37% -
XYZ 4.43 4.15 11.39 -
YUV 56.26 149.86 117.83 -
System Red Green Blue C M Y K H S L
Decimal 42 56 95 0.56 0.41 0 0.63 224.15 0.39 0.27
Hex 2A 38 5F 38 29 0 3F E0 27 1B
Octal 52 70 137 70 51 0 77 340 47 33
Binary 101010 111000 1011111 111000 101001 0 111111 11100000 100111 11011

Color Harmonies of #2A385F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A385F

Black with #2A385F

Text Example


Text Example

White with #2A385F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,56,95); }

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

background-color css

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

 a { background-color: rgb(42,56,95); }

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

border-color css

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

 span { border-color: rgb(42,56,95); }

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