Html Css Color HEX #38514C Blue Dianne

📋 copy color: '#38514C'

red 56 ◦ green 81 ◦ blue 76

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

Shades of Blue Dianne #38514C

Tints of Blue Dianne #38514C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 38.03%

 BLUE value IS 76 (30.08% from 255) = 35.68%

R = 26.29%
G = 38.03%
B = 35.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#38514C (or 0x38514C) is known color: Blue Dianne. HEX triplet: 38, 51 and 4C. RGB value is (56,81,76). Sum of RGB (Red+Green+Blue) = 56+81+76=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 81 (32.03% from 255 or 38.03% from 213); Blue value is 76 (30.08% from 255 or 35.68% from 213); Max value from RGB is 81 - color contains mainly: green. Hex color #38514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38514C is #C7AEB3. Grayscale: #484848. Windows color (decimal): -13086388 or 5001528. OLE color: 5001528.

HSL color Cylindrical-coordinate representation of color #38514C: hue angle of 168º degrees, saturation: 0.18, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #38514C is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.

Color convert

RGB 56 81 76 -
CMYK 0.31 0 0.06 0.68
HSL 168º 0.18% 0.27% -
HSV(B) 168º 0.31% 0.32% -
XYZ 5.88 7.25 7.93 -
YUV 72.96 129.72 115.91 -
System Red Green Blue C M Y K H S L
Decimal 56 81 76 0.31 0 0.06 0.68 168 0.18 0.27
Hex 38 51 4C 1F 0 6 44 A8 12 1B
Octal 70 121 114 37 0 6 104 250 22 33
Binary 111000 1010001 1001100 11111 0 110 1000100 10101000 10010 11011

Color Harmonies of #38514C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38514C

Black with #38514C

Text Example


Text Example

White with #38514C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,81,76); }

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

background-color css

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

 a { background-color: rgb(56,81,76); }

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

border-color css

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

 span { border-color: rgb(56,81,76); }

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