Html Css Color HEX #3C4C4E Oracle

📋 copy color: '#3C4C4E'

red 60 ◦ green 76 ◦ blue 78

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

Shades of Oracle #3C4C4E

Tints of Oracle #3C4C4E

RGB

 RED value IS 60 (23.83% from 255) = 28.04%

 GREEN value IS 76 (30.08% from 255) = 35.51%

 BLUE value IS 78 (30.86% from 255) = 36.45%

R = 28.04%
G = 35.51%
B = 36.45%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3C4C4E (or 0x3C4C4E) is known color: Oracle. HEX triplet: 3C, 4C and 4E. RGB value is (60,76,78). Sum of RGB (Red+Green+Blue) = 60+76+78=214 (28% of max value = 765). Red value is 60 (23.83% from 255 or 28.04% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 78 (30.86% from 255 or 36.45% from 214); Max value from RGB is 78 - color contains mainly: blue. Hex color #3C4C4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3C4C4E is #C3B3B1. Grayscale: #474747. Windows color (decimal): -12825522 or 5131324. OLE color: 5131324.

HSL color Cylindrical-coordinate representation of color #3C4C4E: hue angle of 186.67º degrees, saturation: 0.13, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3C4C4E is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 60 76 78 -
CMYK 0.23 0.03 0 0.69
HSL 186.67º 0.13% 0.27% -
HSV(B) 186.67º 0.23% 0.31% -
XYZ 5.82 6.68 8.19 -
YUV 71.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 60 76 78 0.23 0.03 0 0.69 186.67 0.13 0.27
Hex 3C 4C 4E 17 3 0 45 BB D 1B
Octal 74 114 116 27 3 0 105 273 15 33
Binary 111100 1001100 1001110 10111 11 0 1000101 10111011 1101 11011

Color Harmonies of #3C4C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4C4E

Black with #3C4C4E

Text Example


Text Example

White with #3C4C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C4C4E; }

 p { color: rgb(60,76,78); }

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

background-color css

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

 a { background-color: rgb(60,76,78); }

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

border-color css

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

 span { border-color: rgb(60,76,78); }

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