Html Css Color HEX #384360 Gulf Blue

📋 copy color: '#384360'

red 56 ◦ green 67 ◦ blue 96

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

Shades of Gulf Blue #384360

Tints of Gulf Blue #384360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.59%

 BLUE value IS 96 (37.89% from 255) = 43.84%

R = 25.57%
G = 30.59%
B = 43.84%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#384360 (or 0x384360) is known color: Gulf Blue. HEX triplet: 38, 43 and 60. RGB value is (56,67,96). Sum of RGB (Red+Green+Blue) = 56+67+96=219 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.57% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 96 (37.89% from 255 or 43.84% from 219); Max value from RGB is 96 - color contains mainly: blue. Hex color #384360 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384360 is #C7BC9F. Grayscale: #424242. Windows color (decimal): -13089952 or 6308664. OLE color: 6308664.

HSL color Cylindrical-coordinate representation of color #384360: hue angle of 223.5º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #384360 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 67 96 -
CMYK 0.42 0.30 0 0.62
HSL 223.5º 0.26% 0.3% -
HSV(B) 223.5º 0.42% 0.38% -
XYZ 5.75 5.7 11.86 -
YUV 67.02 144.36 120.14 -
System Red Green Blue C M Y K H S L
Decimal 56 67 96 0.42 0.30 0 0.62 223.5 0.26 0.3
Hex 38 43 60 2A 1E 0 3E E0 1A 1E
Octal 70 103 140 52 36 0 76 340 32 36
Binary 111000 1000011 1100000 101010 11110 0 111110 11100000 11010 11110

Color Harmonies of #384360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384360

Black with #384360

Text Example


Text Example

White with #384360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384360; }

 p { color: rgb(56,67,96); }

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

background-color css

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

 a { background-color: rgb(56,67,96); }

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

border-color css

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

 span { border-color: rgb(56,67,96); }

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