Html Css Color HEX #373D6B Port Gore

📋 copy color: '#373D6B'

red 55 ◦ green 61 ◦ blue 107

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

Shades of Port Gore #373D6B

Tints of Port Gore #373D6B

RGB

 RED value IS 55 (21.88% from 255) = 24.66%

 GREEN value IS 61 (24.22% from 255) = 27.35%

 BLUE value IS 107 (42.19% from 255) = 47.98%

R = 24.66%
G = 27.35%
B = 47.98%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#373D6B (or 0x373D6B) is known color: Port Gore. HEX triplet: 37, 3D and 6B. RGB value is (55,61,107). Sum of RGB (Red+Green+Blue) = 55+61+107=223 (29% of max value = 765). Red value is 55 (21.88% from 255 or 24.66% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 107 (42.19% from 255 or 47.98% from 223); Max value from RGB is 107 - color contains mainly: blue. Hex color #373D6B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #373D6B is #C8C294. Grayscale: #404040. Windows color (decimal): -13157013 or 7028023. OLE color: 7028023.

HSL color Cylindrical-coordinate representation of color #373D6B: hue angle of 233.08º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #373D6B is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 55 61 107 -
CMYK 0.49 0.43 0 0.58
HSL 233.08º 0.32% 0.32% -
HSV(B) 233.08º 0.49% 0.42% -
XYZ 5.9 5.21 14.6 -
YUV 64.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 55 61 107 0.49 0.43 0 0.58 233.08 0.32 0.32
Hex 37 3D 6B 31 2B 0 3A E9 20 20
Octal 67 75 153 61 53 0 72 351 40 40
Binary 110111 111101 1101011 110001 101011 0 111010 11101001 100000 100000

Color Harmonies of #373D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #373D6B

Black with #373D6B

Text Example


Text Example

White with #373D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #373D6B; }

 p { color: rgb(55,61,107); }

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

background-color css

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

 a { background-color: rgb(55,61,107); }

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

border-color css

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

 span { border-color: rgb(55,61,107); }

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