Html Css Color HEX #293862 Gulf Blue

📋 copy color: '#293862'

red 41 ◦ green 56 ◦ blue 98

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

Shades of Gulf Blue #293862

Tints of Gulf Blue #293862

RGB

 RED value IS 41 (16.41% from 255) = 21.03%

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

 BLUE value IS 98 (38.67% from 255) = 50.26%

R = 21.03%
G = 28.72%
B = 50.26%

CMYK

 C value IS 0.58

 M value IS 0.43

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#293862 (or 0x293862) is known color: Gulf Blue. HEX triplet: 29, 38 and 62. RGB value is (41,56,98). Sum of RGB (Red+Green+Blue) = 41+56+98=195 (25% of max value = 765). Red value is 41 (16.41% from 255 or 21.03% from 195); Green value is 56 (22.27% from 255 or 28.72% from 195); Blue value is 98 (38.67% from 255 or 50.26% from 195); Max value from RGB is 98 - color contains mainly: blue. Hex color #293862 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293862 is #D6C79D. Grayscale: #383838. Windows color (decimal): -14075806 or 6436905. OLE color: 6436905.

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

Color convert

RGB 41 56 98 -
CMYK 0.58 0.43 0 0.62
HSL 224.21º 0.41% 0.27% -
HSV(B) 224.21º 0.58% 0.38% -
XYZ 4.53 4.18 12.12 -
YUV 56.3 151.53 117.08 -
System Red Green Blue C M Y K H S L
Decimal 41 56 98 0.58 0.43 0 0.62 224.21 0.41 0.27
Hex 29 38 62 3A 2B 0 3E E0 29 1B
Octal 51 70 142 72 53 0 76 340 51 33
Binary 101001 111000 1100010 111010 101011 0 111110 11100000 101001 11011

Color Harmonies of #293862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293862

Black with #293862

Text Example


Text Example

White with #293862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293862; }

 p { color: rgb(41,56,98); }

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

background-color css

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

 a { background-color: rgb(41,56,98); }

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

border-color css

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

 span { border-color: rgb(41,56,98); }

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