Html Css Color HEX #384663 Gulf Blue

📋 copy color: '#384663'

red 56 ◦ green 70 ◦ blue 99

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

Shades of Gulf Blue #384663

Tints of Gulf Blue #384663

RGB

 RED value IS 56 (22.27% from 255) = 24.89%

 GREEN value IS 70 (27.73% from 255) = 31.11%

 BLUE value IS 99 (39.06% from 255) = 44%

R = 24.89%
G = 31.11%
B = 44%

CMYK

 C value IS 0.43

 M value IS 0.29

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#384663 (or 0x384663) is known color: Gulf Blue. HEX triplet: 38, 46 and 63. RGB value is (56,70,99). Sum of RGB (Red+Green+Blue) = 56+70+99=225 (29% of max value = 765). Red value is 56 (22.27% from 255 or 24.89% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 99 (39.06% from 255 or 44% from 225); Max value from RGB is 99 - color contains mainly: blue. Hex color #384663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384663 is #C7B99C. Grayscale: #444444. Windows color (decimal): -13089181 or 6506040. OLE color: 6506040.

HSL color Cylindrical-coordinate representation of color #384663: hue angle of 220.47º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #384663 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 56 70 99 -
CMYK 0.43 0.29 0 0.61
HSL 220.47º 0.28% 0.3% -
HSV(B) 220.47º 0.43% 0.39% -
XYZ 6.07 6.12 12.67 -
YUV 69.12 144.86 118.64 -
System Red Green Blue C M Y K H S L
Decimal 56 70 99 0.43 0.29 0 0.61 220.47 0.28 0.3
Hex 38 46 63 2B 1D 0 3D DC 1C 1E
Octal 70 106 143 53 35 0 75 334 34 36
Binary 111000 1000110 1100011 101011 11101 0 111101 11011100 11100 11110

Color Harmonies of #384663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384663

Black with #384663

Text Example


Text Example

White with #384663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384663; }

 p { color: rgb(56,70,99); }

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

background-color css

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

 a { background-color: rgb(56,70,99); }

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

border-color css

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

 span { border-color: rgb(56,70,99); }

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