Html Css Color HEX #363F5E Gulf Blue

📋 copy color: '#363F5E'

red 54 ◦ green 63 ◦ blue 94

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

Shades of Gulf Blue #363F5E

Tints of Gulf Blue #363F5E

RGB

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

 GREEN value IS 63 (25% from 255) = 29.86%

 BLUE value IS 94 (37.11% from 255) = 44.55%

R = 25.59%
G = 29.86%
B = 44.55%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#363F5E (or 0x363F5E) is known color: Gulf Blue. HEX triplet: 36, 3F and 5E. RGB value is (54,63,94). Sum of RGB (Red+Green+Blue) = 54+63+94=211 (27% of max value = 765). Red value is 54 (21.48% from 255 or 25.59% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 94 - color contains mainly: blue. Hex color #363F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #363F5E is #C9C0A1. Grayscale: #3F3F3F. Windows color (decimal): -13222050 or 6176566. OLE color: 6176566.

HSL color Cylindrical-coordinate representation of color #363F5E: hue angle of 226.5º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #363F5E is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 54 63 94 -
CMYK 0.43 0.33 0 0.63
HSL 226.5º 0.27% 0.29% -
HSV(B) 226.5º 0.43% 0.37% -
XYZ 5.32 5.15 11.3 -
YUV 63.84 145.02 120.98 -
System Red Green Blue C M Y K H S L
Decimal 54 63 94 0.43 0.33 0 0.63 226.5 0.27 0.29
Hex 36 3F 5E 2B 21 0 3F E2 1B 1D
Octal 66 77 136 53 41 0 77 342 33 35
Binary 110110 111111 1011110 101011 100001 0 111111 11100010 11011 11101

Color Harmonies of #363F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363F5E

Black with #363F5E

Text Example


Text Example

White with #363F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,63,94); }

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

background-color css

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

 a { background-color: rgb(54,63,94); }

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

border-color css

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

 span { border-color: rgb(54,63,94); }

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