Html Css Color HEX #363E5A Gulf Blue

📋 copy color: '#363E5A'

red 54 ◦ green 62 ◦ blue 90

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

Shades of Gulf Blue #363E5A

Tints of Gulf Blue #363E5A

RGB

 RED value IS 54 (21.48% from 255) = 26.21%

 GREEN value IS 62 (24.61% from 255) = 30.1%

 BLUE value IS 90 (35.55% from 255) = 43.69%

R = 26.21%
G = 30.1%
B = 43.69%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#363E5A (or 0x363E5A) is known color: Gulf Blue. HEX triplet: 36, 3E and 5A. RGB value is (54,62,90). Sum of RGB (Red+Green+Blue) = 54+62+90=206 (27% of max value = 765). Red value is 54 (21.48% from 255 or 26.21% from 206); Green value is 62 (24.61% from 255 or 30.10% from 206); Blue value is 90 (35.55% from 255 or 43.69% from 206); Max value from RGB is 90 - color contains mainly: blue. Hex color #363E5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363E5A is #C9C1A5. Grayscale: #3E3E3E. Windows color (decimal): -13222310 or 5914166. OLE color: 5914166.

HSL color Cylindrical-coordinate representation of color #363E5A: hue angle of 226.67º degrees, saturation: 0.25, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #363E5A is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 54 62 90 -
CMYK 0.40 0.31 0 0.65
HSL 226.67º 0.25% 0.28% -
HSV(B) 226.67º 0.4% 0.35% -
XYZ 5.09 4.97 10.36 -
YUV 62.8 143.35 121.72 -
System Red Green Blue C M Y K H S L
Decimal 54 62 90 0.40 0.31 0 0.65 226.67 0.25 0.28
Hex 36 3E 5A 28 1F 0 41 E3 19 1C
Octal 66 76 132 50 37 0 101 343 31 34
Binary 110110 111110 1011010 101000 11111 0 1000001 11100011 11001 11100

Color Harmonies of #363E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363E5A

Black with #363E5A

Text Example


Text Example

White with #363E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363E5A; }

 p { color: rgb(54,62,90); }

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

background-color css

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

 a { background-color: rgb(54,62,90); }

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

border-color css

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

 span { border-color: rgb(54,62,90); }

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