Html Css Color HEX #38626C Blumine

📋 copy color: '#38626C'

red 56 ◦ green 98 ◦ blue 108

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

Shades of Blumine #38626C

Tints of Blumine #38626C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 37.4%

 BLUE value IS 108 (42.58% from 255) = 41.22%

R = 21.37%
G = 37.4%
B = 41.22%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#38626C (or 0x38626C) is known color: Blumine. HEX triplet: 38, 62 and 6C. RGB value is (56,98,108). Sum of RGB (Red+Green+Blue) = 56+98+108=262 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.37% from 262); Green value is 98 (38.67% from 255 or 37.40% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 108 - color contains mainly: blue. Hex color #38626C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #38626C is #C79D93. Grayscale: #565656. Windows color (decimal): -13082004 or 7103032. OLE color: 7103032.

HSL color Cylindrical-coordinate representation of color #38626C: hue angle of 191.54º degrees, saturation: 0.32, 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 #38626C is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 98 108 -
CMYK 0.48 0.09 0 0.58
HSL 191.54º 0.32% 0.32% -
HSV(B) 191.54º 0.48% 0.42% -
XYZ 8.71 10.66 15.79 -
YUV 86.58 140.09 106.19 -
System Red Green Blue C M Y K H S L
Decimal 56 98 108 0.48 0.09 0 0.58 191.54 0.32 0.32
Hex 38 62 6C 30 9 0 3A C0 20 20
Octal 70 142 154 60 11 0 72 300 40 40
Binary 111000 1100010 1101100 110000 1001 0 111010 11000000 100000 100000

Color Harmonies of #38626C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38626C

Black with #38626C

Text Example


Text Example

White with #38626C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38626C; }

 p { color: rgb(56,98,108); }

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

background-color css

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

 a { background-color: rgb(56,98,108); }

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

border-color css

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

 span { border-color: rgb(56,98,108); }

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