Html Css Color HEX #3B6462 Oracle

📋 copy color: '#3B6462'

red 59 ◦ green 100 ◦ blue 98

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

Shades of Oracle #3B6462

Tints of Oracle #3B6462

RGB

 RED value IS 59 (23.44% from 255) = 22.96%

 GREEN value IS 100 (39.45% from 255) = 38.91%

 BLUE value IS 98 (38.67% from 255) = 38.13%

R = 22.96%
G = 38.91%
B = 38.13%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.02

 K value IS 0.61

RGB Variations

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

Color information

#3B6462 (or 0x3B6462) is known color: Oracle. HEX triplet: 3B, 64 and 62. RGB value is (59,100,98). Sum of RGB (Red+Green+Blue) = 59+100+98=257 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.96% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 98 (38.67% from 255 or 38.13% from 257); Max value from RGB is 100 - color contains mainly: green. Hex color #3B6462 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6462 is #C49B9D. Grayscale: #575757. Windows color (decimal): -12884894 or 6448187. OLE color: 6448187.

HSL color Cylindrical-coordinate representation of color #3B6462: hue angle of 177.07º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B6462 is Cyan = 0.41, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB 59 100 98 -
CMYK 0.41 0 0.02 0.61
HSL 177.07º 0.26% 0.31% -
HSV(B) 177.07º 0.41% 0.39% -
XYZ 8.57 10.93 13.21 -
YUV 87.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 59 100 98 0.41 0 0.02 0.61 177.07 0.26 0.31
Hex 3B 64 62 29 0 2 3D B1 1A 1F
Octal 73 144 142 51 0 2 75 261 32 37
Binary 111011 1100100 1100010 101001 0 10 111101 10110001 11010 11111

Color Harmonies of #3B6462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B6462

Black with #3B6462

Text Example


Text Example

White with #3B6462

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,100,98); }

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

background-color css

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

 a { background-color: rgb(59,100,98); }

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

border-color css

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

 span { border-color: rgb(59,100,98); }

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