Html Css Color HEX #2A3C66 Gulf Blue

📋 copy color: '#2A3C66'

red 42 ◦ green 60 ◦ blue 102

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

Shades of Gulf Blue #2A3C66

Tints of Gulf Blue #2A3C66

RGB

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

 GREEN value IS 60 (23.83% from 255) = 29.41%

 BLUE value IS 102 (40.23% from 255) = 50%

R = 20.59%
G = 29.41%
B = 50%

CMYK

 C value IS 0.59

 M value IS 0.41

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#2A3C66 (or 0x2A3C66) is known color: Gulf Blue. HEX triplet: 2A, 3C and 66. RGB value is (42,60,102). Sum of RGB (Red+Green+Blue) = 42+60+102=204 (27% of max value = 765). Red value is 42 (16.80% from 255 or 20.59% from 204); Green value is 60 (23.83% from 255 or 29.41% from 204); Blue value is 102 (40.23% from 255 or 50% from 204); Max value from RGB is 102 - color contains mainly: blue. Hex color #2A3C66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2A3C66 is #D5C399. Grayscale: #3B3B3B. Windows color (decimal): -14009242 or 6700074. OLE color: 6700074.

HSL color Cylindrical-coordinate representation of color #2A3C66: hue angle of 222º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2A3C66 is Cyan = 0.59, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 42 60 102 -
CMYK 0.59 0.41 0 0.6
HSL 222º 0.42% 0.28% -
HSV(B) 222º 0.59% 0.4% -
XYZ 4.97 4.68 13.21 -
YUV 59.41 152.04 115.58 -
System Red Green Blue C M Y K H S L
Decimal 42 60 102 0.59 0.41 0 0.6 222 0.42 0.28
Hex 2A 3C 66 3B 29 0 3C DE 2A 1C
Octal 52 74 146 73 51 0 74 336 52 34
Binary 101010 111100 1100110 111011 101001 0 111100 11011110 101010 11100

Color Harmonies of #2A3C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3C66

Black with #2A3C66

Text Example


Text Example

White with #2A3C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,60,102); }

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

background-color css

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

 a { background-color: rgb(42,60,102); }

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

border-color css

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

 span { border-color: rgb(42,60,102); }

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