Html Css Color HEX #38426B Port Gore

📋 copy color: '#38426B'

red 56 ◦ green 66 ◦ blue 107

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

Shades of Port Gore #38426B

Tints of Port Gore #38426B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.82%

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

R = 24.45%
G = 28.82%
B = 46.72%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38426B (or 0x38426B) is known color: Port Gore. HEX triplet: 38, 42 and 6B. RGB value is (56,66,107). Sum of RGB (Red+Green+Blue) = 56+66+107=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 107 (42.19% from 255 or 46.72% from 229); Max value from RGB is 107 - color contains mainly: blue. Hex color #38426B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #38426B is #C7BD94. Grayscale: #434343. Windows color (decimal): -13090197 or 7029304. OLE color: 7029304.

HSL color Cylindrical-coordinate representation of color #38426B: hue angle of 228.24º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38426B is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 66 107 -
CMYK 0.48 0.38 0 0.58
HSL 228.24º 0.31% 0.32% -
HSV(B) 228.24º 0.48% 0.42% -
XYZ 6.23 5.8 14.7 -
YUV 67.68 150.19 119.67 -
System Red Green Blue C M Y K H S L
Decimal 56 66 107 0.48 0.38 0 0.58 228.24 0.31 0.32
Hex 38 42 6B 30 26 0 3A E4 1F 20
Octal 70 102 153 60 46 0 72 344 37 40
Binary 111000 1000010 1101011 110000 100110 0 111010 11100100 11111 100000

Color Harmonies of #38426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38426B

Black with #38426B

Text Example


Text Example

White with #38426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38426B; }

 p { color: rgb(56,66,107); }

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

background-color css

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

 a { background-color: rgb(56,66,107); }

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

border-color css

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

 span { border-color: rgb(56,66,107); }

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